From: "O.Sezer" <sezeroz@ttnet.net.tr>
To: bunk@fs.tum.de
Cc: marcelo.tosatti@cyclades.com, linux-kernel@vger.kernel.org
Subject: [2.4 patch][5/6] asm-i386/smpboot.h: fix gcc 3.4 compilation
Date: Thu, 26 Aug 2004 23:38:39 +0300 [thread overview]
Message-ID: <412E4A4F.2040706@ttnet.net.tr> (raw)
[-- 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;
}
next reply other threads:[~2004-08-26 20:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-26 20:38 O.Sezer [this message]
2004-08-26 22:18 ` [2.4 patch][5/6] asm-i386/smpboot.h: fix gcc 3.4 compilation 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=412E4A4F.2040706@ttnet.net.tr \
--to=sezeroz@ttnet.net.tr \
--cc=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.