commit | bc1978d404befacd272d0321ef749cc3192e488b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 01 03:05:08 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Feb 01 08:53:12 2006 -0800 |
tree | 4ec8c7de7df1052e5f9b87a77fc3a80bc67e587d | |
parent | 853609b61ef88b414ffd1613741aa59894334320 [diff] |
[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>