]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/smp.c
Merge commit 'origin/master'
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / smp.c
index 5191b46a611e57ee3a898450e7f05a79e7a0243e..f5ae9fa222ea01e65a4847897e8b412f3653531e 100644 (file)
@@ -171,12 +171,8 @@ void smp_send_stop(void)
        smp_call_function(stop_this_cpu, NULL, 0);
 }
 
-extern struct gettimeofday_struct do_gtod;
-
 struct thread_info *current_set[NR_CPUS];
 
-DECLARE_PER_CPU(unsigned int, pvr);
-
 static void __devinit smp_store_cpu_info(int id)
 {
        per_cpu(pvr, id) = mfspr(SPRN_PVR);