Skip to content

Commit

Permalink
x86_64: be less annoying on boot
Browse files Browse the repository at this point in the history
Remove mostly useless message on every boot.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Bill Nottingham authored and Ingo Molnar committed Sep 25, 2008
1 parent 16dc552 commit f647677
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/head64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit f647677

Please sign in to comment.