Răsfoiți Sursa

x86_64: be less annoying on boot

Remove mostly useless message on every boot.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Bill Nottingham 16 ani în urmă
părinte
comite
f6476774f1
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      arch/x86/kernel/head64.c

+ 0 - 2
arch/x86/kernel/head64.c

@@ -112,8 +112,6 @@ void __init x86_64_start_kernel(char * real_mode_data)
 
 	x86_64_init_pda();
 
-	early_printk("Kernel really alive\n");
-
 	x86_64_start_reservations(real_mode_data);
 }