|
@@ -122,7 +122,7 @@ struct lockdep_map rcu_sched_lock_map =
|
|
STATIC_LOCKDEP_MAP_INIT("rcu_read_lock_sched", &rcu_sched_lock_key);
|
|
STATIC_LOCKDEP_MAP_INIT("rcu_read_lock_sched", &rcu_sched_lock_key);
|
|
EXPORT_SYMBOL_GPL(rcu_sched_lock_map);
|
|
EXPORT_SYMBOL_GPL(rcu_sched_lock_map);
|
|
|
|
|
|
-int debug_lockdep_rcu_enabled(void)
|
|
|
|
|
|
+int notrace debug_lockdep_rcu_enabled(void)
|
|
{
|
|
{
|
|
return rcu_scheduler_active && debug_locks &&
|
|
return rcu_scheduler_active && debug_locks &&
|
|
current->lockdep_recursion == 0;
|
|
current->lockdep_recursion == 0;
|