mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
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>
This commit is contained in:
parent
f6161aa153
commit
b5b393601d
1 changed files with 1 additions and 1 deletions
|
@ -3171,7 +3171,7 @@ void __init rcu_init(void)
|
||||||
rcu_init_one(&rcu_bh_state, &rcu_bh_data);
|
rcu_init_one(&rcu_bh_state, &rcu_bh_data);
|
||||||
__rcu_init_preempt();
|
__rcu_init_preempt();
|
||||||
rcu_init_nocb();
|
rcu_init_nocb();
|
||||||
open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
|
open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We don't need protection against CPU-hotplug here because
|
* We don't need protection against CPU-hotplug here because
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue