commit | 432569bb9d9d424d7ffe5b21f8205c55bdd1aaa8 | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Sun Mar 26 01:38:08 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:57:02 2006 -0800 |
tree | da649d202625d061d4fca27a6a63c4f81076724e | |
parent | 3b98a5328171cebc867f70484b20bd34948cd7f6 [diff] |
[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 <zippel@linux-m68k.org> Acked-by: Ingo Molnar <mingo@elte.hu> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>