diff options
author | Oleg Nesterov <[email protected]> | 2008-04-04 20:54:10 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2008-04-17 12:22:31 +0200 |
commit | 0d180406f2914aea3a78ddb880e2fe9ac78a9372 (patch) | |
tree | deb1f21d29a3ba8e7bdcc186ea78594599fce409 /lib/debugobjects.c | |
parent | ee7dd205b5cdbc3231d48e38641efd05f572c52a (diff) |
timers: simplify lockdep handling
In order to avoid the false positive from lockdep, each per-cpu base->lock has
the separate lock class and migrate_timers() uses double_spin_lock().
This all is overcomplicated: except for migrate_timers() we never take 2 locks
at once, and migrate_timers() can use spin_lock_nested().
Signed-off-by: Oleg Nesterov <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions