diff options
Diffstat (limited to 'arch/x86/kernel/head64.c')
| -rw-r--r-- | arch/x86/kernel/head64.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 9bfc4d72fb2e..d16084f90649 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c | |||
| @@ -108,12 +108,11 @@ void __init x86_64_start_kernel(char * real_mode_data) | |||
| 108 | } | 108 | } |
| 109 | load_idt((const struct desc_ptr *)&idt_descr); | 109 | load_idt((const struct desc_ptr *)&idt_descr); |
| 110 | 110 | ||
| 111 | early_printk("Kernel alive\n"); | 111 | if (console_loglevel == 10) |
| 112 | early_printk("Kernel alive\n"); | ||
| 112 | 113 | ||
| 113 | x86_64_init_pda(); | 114 | x86_64_init_pda(); |
| 114 | 115 | ||
| 115 | early_printk("Kernel really alive\n"); | ||
| 116 | |||
| 117 | x86_64_start_reservations(real_mode_data); | 116 | x86_64_start_reservations(real_mode_data); |
| 118 | } | 117 | } |
| 119 | 118 | ||
