diff options
author | Paul E. McKenney <[email protected]> | 2009-10-06 21:48:18 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-10-07 08:11:21 +0200 |
commit | 978c0b88146a7f9b364b71b5b83c5b12e7b413d7 (patch) | |
tree | b68bedc40888192d329841a786f3b1214eab91ef /lib/cpu-notifier-error-inject.c | |
parent | e74f4c4564455c91a3b4075bb1721993c2a95dda (diff) |
rcu: Place root rcu_node structure in separate lockdep class
Before this patch, all of the rcu_node structures were in the same lockdep
class, so that lockdep would complain when rcu_preempt_offline_tasks()
acquired the root rcu_node structure's lock while holding one of the leaf
rcu_nodes' locks.
This patch changes rcu_init_one() to use a separate
spin_lock_init() for the root rcu_node structure's lock than is
used for that of all of the rest of the rcu_node structures, which
puts the root rcu_node structure's lock in its own lockdep class.
Suggested-by: Peter Zijlstra <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <12548908983277-git-send-email->
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions