public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.4 patch][5/6] asm-i386/smpboot.h: fix gcc 3.4 compilation
@ 2004-08-26 20:38 O.Sezer
  2004-08-26 22:18 ` Willy Tarreau
  0 siblings, 1 reply; 3+ messages in thread
From: O.Sezer @ 2004-08-26 20:38 UTC (permalink / raw)
  To: bunk; +Cc: marcelo.tosatti, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 85 bytes --]

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


[-- Attachment #2: smpboot.patch --]
[-- Type: text/plain, Size: 405 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [2.4 patch][0/6] fix compile errors with gcc 3.4
@ 2004-08-26 19:51 Adrian Bunk
  2004-08-26 20:04 ` [2.4 patch][5/6] asm-i386/smpboot.h: fix gcc 3.4 compilation Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-08-26 19:51 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

Hi Marcelo,

the following six patches fix compile errors in 2.4.28-pre2 when using 
gcc 3.4 .

In my fixes, I tried to be as near at 2.6 as possible.

Please apply
Adrian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-26 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26 20:38 [2.4 patch][5/6] asm-i386/smpboot.h: fix gcc 3.4 compilation O.Sezer
2004-08-26 22:18 ` Willy Tarreau
  -- strict thread matches above, loose matches on Subject: below --
2004-08-26 19:51 [2.4 patch][0/6] fix compile errors with gcc 3.4 Adrian Bunk
2004-08-26 20:04 ` [2.4 patch][5/6] asm-i386/smpboot.h: fix gcc 3.4 compilation Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox