diff options
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
-rw-r--r-- | arch/powerpc/kernel/smp.c | 4 |
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 | ||
174 | extern struct gettimeofday_struct do_gtod; | ||
175 | |||
176 | struct thread_info *current_set[NR_CPUS]; | 174 | struct thread_info *current_set[NR_CPUS]; |
177 | 175 | ||
178 | DECLARE_PER_CPU(unsigned int, pvr); | ||
179 | |||
180 | static void __devinit smp_store_cpu_info(int id) | 176 | static 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); |