dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Mackerras 2005-10-04 14:30:07 +10:00
parent dd8cad6be2
commit 6ce52e6438
1 changed files with 0 additions and 1 deletions

View File

@ -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;