commit | 6f2b9b9a9d750a9175dc79c74bfed5add840983c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Jan 29 16:03:20 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Feb 14 23:25:52 2009 +0100 |
tree | 176fda4698f3ee6dfa4f35febe9fb959f584d353 | |
parent | 673f8205914a12e928c65afbcd78ae748f78df53 [diff] |
timer: implement lockdep deadlock detection 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>