From: Coywolf Qi Hunt <qiyong@fc-cn.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org
Subject: abandon gcc 295x main.c tidy
Date: Fri, 13 Jan 2006 11:51:56 +0800 [thread overview]
Message-ID: <20060113035156.GA5665@localhost.localdomain> (raw)
Hello,
After abandon-gcc-295x.patch, this relocates the
error-out-early comment.
Signed-off-by: Coywolf Qi Hunt <qiyong@fc-cn.com>
---
diff --git a/init/main.c b/init/main.c
index e092b19..22c4ff5 100644
--- a/init/main.c
+++ b/init/main.c
@@ -54,15 +54,15 @@
#include <asm/sections.h>
#include <asm/cacheflush.h>
+#ifdef CONFIG_X86_LOCAL_APIC
+#include <asm/smp.h>
+#endif
+
/*
* This is one of the first .c files built. Error out early
* if we have compiler trouble..
*/
-#ifdef CONFIG_X86_LOCAL_APIC
-#include <asm/smp.h>
-#endif
-
/*
* Versions of gcc older than that listed below may actually compile
* and link okay, but the end product can have subtle run time bugs.
--
Coywolf Qi Hunt
next reply other threads:[~2006-01-13 3:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-13 3:51 Coywolf Qi Hunt [this message]
2006-01-15 4:27 ` abandon gcc 295x main.c tidy Horst von Brand
2006-01-17 0:57 ` Coywolf Qi Hunt
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=20060113035156.GA5665@localhost.localdomain \
--to=qiyong@fc-cn.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/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.