diff options
Diffstat (limited to 'kernel/rcupreempt.c')
| -rw-r--r-- | kernel/rcupreempt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c index 41d275a81df5..9bf445664457 100644 --- a/kernel/rcupreempt.c +++ b/kernel/rcupreempt.c | |||
| @@ -1119,7 +1119,7 @@ void __init __rcu_init(void) | |||
| 1119 | for_each_online_cpu(cpu) | 1119 | for_each_online_cpu(cpu) |
| 1120 | rcu_cpu_notify(&rcu_nb, CPU_UP_PREPARE, (void *)(long) cpu); | 1120 | rcu_cpu_notify(&rcu_nb, CPU_UP_PREPARE, (void *)(long) cpu); |
| 1121 | 1121 | ||
| 1122 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks, NULL); | 1122 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); |
| 1123 | } | 1123 | } |
| 1124 | 1124 | ||
| 1125 | /* | 1125 | /* |
