From: Arjan van de Ven Date: Sun, 31 Aug 2008 15:26:40 +0000 (-0700) Subject: select: switch select() and poll() over to hrtimers X-Git-Tag: v2.6.28-rc1~18^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff3e8e85fa6c312051134b3953e397feb639f51;p=pandora-kernel.git select: switch select() and poll() over to hrtimers With lots of help, input and cleanups from Thomas Gleixner This patch switches select() and poll() over to hrtimers. The core of the patch is replacing the "s64 timeout" with a "struct timespec end_time" in all the plumbing. But most of the diffstat comes from using the just introduced helpers: poll_select_set_timeout poll_select_copy_remaining timespec_add_safe which make manipulating the timespec easier and less error-prone. Signed-off-by: Arjan van de Ven Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed