Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6476774 authored by Bill Nottingham's avatar Bill Nottingham Committed by Ingo Molnar
Browse files

x86_64: be less annoying on boot



Remove mostly useless message on every boot.

Signed-off-by: default avatarBill Nottingham <notting@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 16dc552f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);
}