public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* abandon gcc 295x main.c tidy
@ 2006-01-13  3:51 Coywolf Qi Hunt
  2006-01-15  4:27 ` Horst von Brand
  0 siblings, 1 reply; 3+ messages in thread
From: Coywolf Qi Hunt @ 2006-01-13  3:51 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, torvalds

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

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

end of thread, other threads:[~2006-01-17  0:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-13  3:51 abandon gcc 295x main.c tidy Coywolf Qi Hunt
2006-01-15  4:27 ` Horst von Brand
2006-01-17  0:57   ` Coywolf Qi Hunt

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