aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/main.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/init/main.c b/init/main.c
index 546ebd2f44ba..cd168ebc5924 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
87static int kernel_init(void *); 78static int kernel_init(void *);
88 79
89extern void init_IRQ(void); 80extern void init_IRQ(void);
@@ -535,15 +526,6 @@ void __init __weak thread_info_cache_init(void)
535{ 526{
536} 527}
537 528
538void __init __weak arch_early_irq_init(void)
539{
540}
541
542void __init __weak early_irq_init(void)
543{
544 arch_early_irq_init();
545}
546
547asmlinkage void __init start_kernel(void) 529asmlinkage void __init start_kernel(void)
548{ 530{
549 char * command_line; 531 char * command_line;