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 e1cdf196a515..9dd827db359f 100644 --- a/kernel/rcupreempt.c +++ b/kernel/rcupreempt.c | |||
@@ -1125,7 +1125,7 @@ void __init __rcu_init(void) | |||
1125 | for_each_online_cpu(cpu) | 1125 | for_each_online_cpu(cpu) |
1126 | rcu_cpu_notify(&rcu_nb, CPU_UP_PREPARE, (void *)(long) cpu); | 1126 | rcu_cpu_notify(&rcu_nb, CPU_UP_PREPARE, (void *)(long) cpu); |
1127 | 1127 | ||
1128 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks, NULL); | 1128 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); |
1129 | } | 1129 | } |
1130 | 1130 | ||
1131 | /* | 1131 | /* |