From c9f26d010136524629e7624e563a4e23943ba460 Mon Sep 17 00:00:00 2001 From: Coywolf Qi Hunt Date: Sat, 14 Jan 2006 13:21:11 -0800 Subject: [PATCH] --- yaml --- r: 18517 b: refs/heads/master c: 69c99ac17e2ee0eb45e2c9873e6e12d73260fc6b h: refs/heads/master i: 18515: 3e4a73f2e75fc2d47d0cf8c87f57e98004badb08 v: v3 --- [refs] | 2 +- trunk/init/main.c | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 2a17ed183895..5eaa526b83ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3135806358e8d3d8ac61a13f58f148d0a98a7b9b +refs/heads/master: 69c99ac17e2ee0eb45e2c9873e6e12d73260fc6b diff --git a/trunk/init/main.c b/trunk/init/main.c index e092b1979a90..7c79da57d3a2 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -54,20 +54,18 @@ #include #include -/* - * This is one of the first .c files built. Error out early - * if we have compiler trouble.. - */ - #ifdef CONFIG_X86_LOCAL_APIC #include #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. - * To avoid associated bogus bug reports, we flatly refuse to compile - * with a gcc that is known to be too old from the very beginning. + * This is one of the first .c files built. Error out early if we have compiler + * trouble. + * + * Versions of gcc older than that listed below may actually compile and link + * okay, but the end product can have subtle run time bugs. To avoid associated + * bogus bug reports, we flatly refuse to compile with a gcc that is known to be + * too old from the very beginning. */ #if (__GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 2) #error Sorry, your GCC is too old. It builds incorrect kernels.