kernel/arch/sparc/kernel/smp_32.c
.. .. @@ -29,8 +29,6 @@ 29 29 30 30 #include <asm/irq.h> 31 31 #include <asm/page.h> 32 -#include <asm/pgalloc.h>33 -#include <asm/pgtable.h>34 32 #include <asm/oplib.h> 35 33 #include <asm/cacheflush.h> 36 34 #include <asm/tlbflush.h> .. .. @@ -350,7 +348,6 @@ 350 348 */ 351 349 arch_cpu_pre_starting(arg); 352 350 353 - preempt_disable();354 351 cpu = smp_processor_id(); 355 352 356 353 notify_cpu_starting(cpu);