projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8cad6
)
ppc32: remove obsolete klock_info definition
author
Paul Mackerras
<paulus@samba.org>
Tue, 4 Oct 2005 04:30:07 +0000
(14:30 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 4 Oct 2005 04:30:07 +0000
(14:30 +1000)
klock_info isn't used or referenced anywhere else in the kernel.
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/ppc/kernel/smp.c
b/arch/ppc/kernel/smp.c
index
726fe7c
..
a8cc96b
100644
(file)
--- 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;