diff options
author | Jiang Fang <jiang.xx.fang@gmail.com> | 2013-02-02 17:13:42 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-03-12 17:07:33 -0400 |
commit | b5b393601dbce0bce3f0717f29e6c8d1cf0295da (patch) | |
tree | dc9ab81e9c8aeb202fe2620337befe337db3f7db | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff) |
rcu: Fix spacing problem
Signed-off-by: Jiang Fang <jiang.xx.fang@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r-- | kernel/rcutree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c index 5b8ad827fd86..157539a975df 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c | |||
@@ -3171,7 +3171,7 @@ void __init rcu_init(void) | |||
3171 | rcu_init_one(&rcu_bh_state, &rcu_bh_data); | 3171 | rcu_init_one(&rcu_bh_state, &rcu_bh_data); |
3172 | __rcu_init_preempt(); | 3172 | __rcu_init_preempt(); |
3173 | rcu_init_nocb(); | 3173 | rcu_init_nocb(); |
3174 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); | 3174 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); |
3175 | 3175 | ||
3176 | /* | 3176 | /* |
3177 | * We don't need protection against CPU-hotplug here because | 3177 | * We don't need protection against CPU-hotplug here because |