timer: implement lockdep deadlock detection
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 29 Jan 2009 15:03:20 +0000 (16:03 +0100)
committerIngo Molnar <mingo@elte.hu>
Sat, 14 Feb 2009 22:25:52 +0000 (23:25 +0100)
This modifies the timer code in a way to allow lockdep to detect
deadlocks resulting from a lock being taken in the timer function
as well as around the del_timer_sync() call.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

No differences found