Skip to content

Commit

Permalink
ppc32: remove obsolete klock_info definition
Browse files Browse the repository at this point in the history
klock_info isn't used or referenced anywhere else in the kernel.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Oct 4, 2005
1 parent dd8cad6 commit 6ce52e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/ppc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6ce52e6

Please sign in to comment.