aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
-rw-r--r--arch/powerpc/kernel/smp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c
index 5191b46a611e..f5ae9fa222ea 100644
--- a/arch/powerpc/kernel/smp.c
+++ b/arch/powerpc/kernel/smp.c
@@ -171,12 +171,8 @@ void smp_send_stop(void)
171 smp_call_function(stop_this_cpu, NULL, 0); 171 smp_call_function(stop_this_cpu, NULL, 0);
172} 172}
173 173
174extern struct gettimeofday_struct do_gtod;
175
176struct thread_info *current_set[NR_CPUS]; 174struct thread_info *current_set[NR_CPUS];
177 175
178DECLARE_PER_CPU(unsigned int, pvr);
179
180static void __devinit smp_store_cpu_info(int id) 176static void __devinit smp_store_cpu_info(int id)
181{ 177{
182 per_cpu(pvr, id) = mfspr(SPRN_PVR); 178 per_cpu(pvr, id) = mfspr(SPRN_PVR);