[PATCH] hrtimers: fixup itimer conversion
authorThomas Gleixner <tglx@linutronix.de>
Wed, 1 Feb 2006 11:05:08 +0000 (03:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:12 +0000 (08:53 -0800)
commitbc1978d404befacd272d0321ef749cc3192e488b
tree4ec8c7de7df1052e5f9b87a77fc3a80bc67e587d
parent853609b61ef88b414ffd1613741aa59894334320
[PATCH] hrtimers: fixup itimer conversion

The itimer conversion removed the locking which protects the timer and
variables in the shared signal structure.  Steven Rostedt found the problem in
the latest -rt patches.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/itimer.c