diff options
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r-- | arch/x86/kernel/head64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 9bfc4d72fb2e..11aa501c9f4f 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c | |||
@@ -112,8 +112,6 @@ void __init x86_64_start_kernel(char * real_mode_data) | |||
112 | 112 | ||
113 | x86_64_init_pda(); | 113 | x86_64_init_pda(); |
114 | 114 | ||
115 | early_printk("Kernel really alive\n"); | ||
116 | |||
117 | x86_64_start_reservations(real_mode_data); | 115 | x86_64_start_reservations(real_mode_data); |
118 | } | 116 | } |
119 | 117 | ||