mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.4 patch][0/6] fix compile errors with gcc 3.4
@ 2004-08-26 19:51 Adrian Bunk
  2004-08-26 19:54 ` [2.4 patch][1/6] ibmphp_res.c: fix gcc 3.4 compilation Adrian Bunk
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ 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] 14+ messages in thread
* [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; 14+ 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] 14+ messages in thread

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-26 19:51 [2.4 patch][0/6] fix compile errors with gcc 3.4 Adrian Bunk
2004-08-26 19:54 ` [2.4 patch][1/6] ibmphp_res.c: fix gcc 3.4 compilation Adrian Bunk
2004-08-27 12:03   ` Marcelo Tosatti
2004-08-27 14:54     ` Adrian Bunk
2004-08-26 19:56 ` [2.4 patch][1/6] lmc_media.c: " Adrian Bunk
2004-08-28 22:58   ` Jeff Garzik
2004-08-28 23:13     ` Adrian Bunk
2004-08-26 19:59 ` [2.4 patch][3/6] ircomm_param.c: fix __FUNCTION__ paste error Adrian Bunk
2004-08-26 20:02 ` [2.4 patch][4/6] irlmp.c: fix gcc 3.4 compilation Adrian Bunk
2004-08-26 20:04 ` [2.4 patch][5/6] asm-i386/smpboot.h: " Adrian Bunk
2004-08-26 20:07 ` [2.4 patch][6/6] dscc4.c: " Adrian Bunk
2004-08-27 18:52   ` Francois Romieu
2004-08-26 20:38 [2.4 patch][5/6] asm-i386/smpboot.h: " O.Sezer
2004-08-26 22:18 ` Willy Tarreau

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

all inboxes | Powered by JetHome®