From 5309ddf91b3d05a1b9da1c80606cd4629f5340ff Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 2 Jan 2009 16:16:16 +0100 Subject: [PATCH] --- yaml --- r: 125018 b: refs/heads/master c: 609e5b71d0eca163df017ecfcf917b149875e744 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/main.c | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 44840ad076c9..8486f1f44105 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f9d14250071eda9972e4c9cea745a11185952114 +refs/heads/master: 609e5b71d0eca163df017ecfcf917b149875e744 diff --git a/trunk/init/main.c b/trunk/init/main.c index f5e64f20d2b0..ad8f9f53f8d1 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -75,15 +75,6 @@ #include #endif -/* - * This is one of the first .c files built. Error out early if we have compiler - * trouble. - */ - -#if __GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ == 0 -#warning gcc-4.1.0 is known to miscompile the kernel. A different compiler version is recommended. -#endif - static int kernel_init(void *); extern void init_IRQ(void);