forked from luck/tmp_suning_uos_patched
rcu: Merge adjacent identical ifdefs
Two ifdefs in kernel/rcupdate.c now have identical conditions with nothing between them, so the commit merges them into a single ifdef. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
026ad2835c
commit
4982969d96
@ -145,9 +145,6 @@ static struct lock_class_key rcu_sched_lock_key;
|
|||||||
struct lockdep_map rcu_sched_lock_map =
|
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);
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_LOCK_ALLOC
|
|
||||||
|
|
||||||
int debug_lockdep_rcu_enabled(void)
|
int debug_lockdep_rcu_enabled(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user