diff options
| -rw-r--r-- | init/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/init/main.c b/init/main.c index f5e64f20d2b0..ad8f9f53f8d1 100644 --- a/init/main.c +++ b/init/main.c | |||
| @@ -75,15 +75,6 @@ | |||
| 75 | #include <asm/smp.h> | 75 | #include <asm/smp.h> |
| 76 | #endif | 76 | #endif |
| 77 | 77 | ||
| 78 | /* | ||
| 79 | * This is one of the first .c files built. Error out early if we have compiler | ||
| 80 | * trouble. | ||
| 81 | */ | ||
| 82 | |||
| 83 | #if __GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ == 0 | ||
| 84 | #warning gcc-4.1.0 is known to miscompile the kernel. A different compiler version is recommended. | ||
| 85 | #endif | ||
| 86 | |||
| 87 | static int kernel_init(void *); | 78 | static int kernel_init(void *); |
| 88 | 79 | ||
| 89 | extern void init_IRQ(void); | 80 | extern void init_IRQ(void); |
