diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-04 00:30:07 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-04 00:30:07 -0400 |
commit | 6ce52e6438fd2921891648ceab700d9b867e5ed2 (patch) | |
tree | 74d6ebbeed0c21cc32c59053cedd0ed49eb4728b | |
parent | dd8cad6be2822c7df4ecc5eba12903ba43e09f06 (diff) |
ppc32: remove obsolete klock_info definition
klock_info isn't used or referenced anywhere else in the kernel.
Signed-off-by: Paul Mackerras <paulus@samba.org>
-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; |