diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-15 01:44:51 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-15 01:44:51 -0400 |
commit | 43d2548bb2ef7e6d753f91468a746784041e522d (patch) | |
tree | 77d13fcd48fd998393abb825ec36e2b732684a73 /kernel/rcuclassic.c | |
parent | 585583d95c5660973bc0cf64add517b040acd8a4 (diff) | |
parent | 85082fd7cbe3173198aac0eb5e85ab1edcc6352c (diff) |
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
Manual fixup of:
arch/powerpc/Kconfig
Diffstat (limited to 'kernel/rcuclassic.c')
-rw-r--r-- | kernel/rcuclassic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcuclassic.c b/kernel/rcuclassic.c index a38895a5b8e2..65c0906080ef 100644 --- a/kernel/rcuclassic.c +++ b/kernel/rcuclassic.c | |||
@@ -543,7 +543,7 @@ static void __cpuinit rcu_online_cpu(int cpu) | |||
543 | 543 | ||
544 | rcu_init_percpu_data(cpu, &rcu_ctrlblk, rdp); | 544 | rcu_init_percpu_data(cpu, &rcu_ctrlblk, rdp); |
545 | rcu_init_percpu_data(cpu, &rcu_bh_ctrlblk, bh_rdp); | 545 | rcu_init_percpu_data(cpu, &rcu_bh_ctrlblk, bh_rdp); |
546 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks, NULL); | 546 | open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); |
547 | } | 547 | } |
548 | 548 | ||
549 | static int __cpuinit rcu_cpu_notify(struct notifier_block *self, | 549 | static int __cpuinit rcu_cpu_notify(struct notifier_block *self, |