aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/smp.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-04 14:30:07 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-04 14:30:07 +1000
commit6ce52e6438fd2921891648ceab700d9b867e5ed2 (patch)
tree74d6ebbeed0c21cc32c59053cedd0ed49eb4728b /arch/ppc/kernel/smp.c
parentppc32: export a few more things where they are defined (diff)
downloadlinux-dev-6ce52e6438fd2921891648ceab700d9b867e5ed2.tar.xz
linux-dev-6ce52e6438fd2921891648ceab700d9b867e5ed2.zip
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>
Diffstat (limited to 'arch/ppc/kernel/smp.c')
-rw-r--r--arch/ppc/kernel/smp.c1
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 @@
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;