]> Git Repo - linux.git/commit
[PATCH] hrtimers: simplify nanosleep
authorRoman Zippel <[email protected]>
Sun, 26 Mar 2006 09:38:08 +0000 (01:38 -0800)
committerLinus Torvalds <[email protected]>
Sun, 26 Mar 2006 16:57:02 +0000 (08:57 -0800)
commit432569bb9d9d424d7ffe5b21f8205c55bdd1aaa8
treeda649d202625d061d4fca27a6a63c4f81076724e
parent3b98a5328171cebc867f70484b20bd34948cd7f6
[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 <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/hrtimer.h
kernel/hrtimer.c
This page took 0.047912 seconds and 4 git commands to generate.