commit | 7bb67439bf6bd3782f07f1d7be1e63406453d5de | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Aug 31 08:05:58 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Fri Sep 05 21:34:53 2008 -0700 |
tree | 6fed7b163d96067794b6d704f5d3a35b89a167b4 | |
parent | 70bb08962ea9bd50797ae9f16b2493f5f7c65053 [diff] |
select: Introduce a hrtimeout function This patch adds a schedule_hrtimeout() function, to be used by select() and poll() in a later patch. This function works similar to schedule_timeout() in most ways, but takes a timespec rather than jiffies. With a lot of contributions/fixes from Thomas Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>