diff options
-rw-r--r-- | arch/ppc/kernel/smp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/kernel/smp.c b/arch/ppc/kernel/smp.c index 726fe7ce1747..a8cc96b0d332 100644 --- a/arch/ppc/kernel/smp.c +++ b/arch/ppc/kernel/smp.c | |||
@@ -38,7 +38,6 @@ | |||
38 | volatile int smp_commenced; | 38 | volatile int smp_commenced; |
39 | int smp_tb_synchronized; | 39 | int smp_tb_synchronized; |
40 | struct cpuinfo_PPC cpu_data[NR_CPUS]; | 40 | struct cpuinfo_PPC cpu_data[NR_CPUS]; |
41 | struct klock_info_struct klock_info = { KLOCK_CLEAR, 0 }; | ||
42 | atomic_t ipi_recv; | 41 | atomic_t ipi_recv; |
43 | atomic_t ipi_sent; | 42 | atomic_t ipi_sent; |
44 | cpumask_t cpu_online_map; | 43 | cpumask_t cpu_online_map; |