hrtimer: make select() and poll() use the hrtimer range feature
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 1 Sep 2008 22:55:35 +0000 (15:55 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sat, 6 Sep 2008 04:36:27 +0000 (21:36 -0700)
commit90d6e24a3686325edea7748b966e138c9923017d
treea4f9be5afb453ca29686325fd85eb6dbe28a86cd
parent6976675d94042fbd446231d1bd8b7de71a980ada
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>
fs/select.c