IRQ: Use the new typedef for interrupt handler function pointers
[pandora-kernel.git] / arch / sparc / kernel / smp.c
index e311ade..276f228 100644 (file)
@@ -34,7 +34,6 @@
 #include <asm/tlbflush.h>
 #include <asm/cpudata.h>
 
-volatile int smp_processors_ready = 0;
 int smp_num_cpus = 1;
 volatile unsigned long cpu_callin_map[NR_CPUS] __initdata = {0,};
 unsigned char boot_cpu_id = 0;