From: Roman Zippel Date: Sun, 26 Mar 2006 09:38:08 +0000 (-0800) Subject: [PATCH] hrtimers: simplify nanosleep X-Git-Tag: v2.6.17-rc1~583 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=432569bb9d9d424d7ffe5b21f8205c55bdd1aaa8;p=pandora-kernel.git [PATCH] hrtimers: simplify nanosleep nanosleep is the only user of the expired state, so let it manage this itself, which makes the hrtimer code a bit simpler. The remaining time is also only calculated if requested. Signed-off-by: Roman Zippel Acked-by: Ingo Molnar Acked-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed