diff -urN 28pre2/include/asm-i386/smpboot.h 28pre2_acx/include/asm-i386/smpboot.h --- 28pre2/include/asm-i386/smpboot.h 2004-08-08 02:26:06.000000000 +0300 +++ 28pre2_acx/include/asm-i386/smpboot.h 2004-08-26 12:09:44.000000000 +0300 @@ -129,7 +129,6 @@ /*round robin the interrupts*/ cpu = (cpu+1)%smp_num_cpus; return cpu_to_physical_apicid(cpu); - default: } return cpu_online_map; }