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)
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

diff --cc fs/select.c
Simple merge