dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Bill Nottingham 2008-09-24 14:35:17 -04:00 committed by Ingo Molnar
parent 16dc552f35
commit f6476774f1
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}