From: Arjan van de Ven Date: Sun, 31 Aug 2008 15:05:58 +0000 (-0700) Subject: select: Introduce a hrtimeout function X-Git-Tag: v2.6.28-rc1~18^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb67439bf6bd3782f07f1d7be1e63406453d5de;p=pandora-kernel.git 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 Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed