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);