diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-04 14:30:07 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-04 14:30:07 +1000 |
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 726fe7ce174..a8cc96b0d33 100644 --- a/arch/ppc/kernel/smp.c +++ b/arch/ppc/kernel/smp.c @@ -38,7 +38,6 @@ volatile int smp_commenced; int smp_tb_synchronized; struct cpuinfo_PPC cpu_data[NR_CPUS]; -struct klock_info_struct klock_info = { KLOCK_CLEAR, 0 }; atomic_t ipi_recv; atomic_t ipi_sent; cpumask_t cpu_online_map; |