commit | 90d6e24a3686325edea7748b966e138c9923017d | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Sep 01 15:55:35 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Fri Sep 05 21:36:27 2008 -0700 |
tree | a4f9be5afb453ca29686325fd85eb6dbe28a86cd | |
parent | 6976675d94042fbd446231d1bd8b7de71a980ada [diff] |
hrtimer: make select() and poll() use the hrtimer range feature This patch makes the select() and poll() hrtimers use the new range feature and settings from the task struct. In addition, this includes the estimate_accuracy() function that Linus posted to lkml, but changed entirely based on other peoples lkml feedback. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>