Loading arch/x86/kernel/head64.c +2 −1 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ void __init x86_64_start_kernel(char * real_mode_data) } load_idt((const struct desc_ptr *)&idt_descr); if (console_loglevel == 10) early_printk("Kernel alive\n"); x86_64_init_pda(); Loading Loading
arch/x86/kernel/head64.c +2 −1 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ void __init x86_64_start_kernel(char * real_mode_data) } load_idt((const struct desc_ptr *)&idt_descr); if (console_loglevel == 10) early_printk("Kernel alive\n"); x86_64_init_pda(); Loading