[2.4 patch][5/6] asm-i386/smpboot.h: fix gcc 3.4 compilation

From: O.Sezer
Date: Thu Aug 26 2004 - 15:48:48 EST


Didn't look at the code much but how about removing the
label as the -ac tree does?

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;
}