projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16dc552
)
x86_64: be less annoying on boot
author
Bill Nottingham
<notting@redhat.com>
Wed, 24 Sep 2008 18:35:17 +0000
(14:35 -0400)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 25 Sep 2008 09:15:20 +0000
(11:15 +0200)
Remove mostly useless message on every boot.
Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/head64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/head64.c
b/arch/x86/kernel/head64.c
index
9bfc4d7
..
11aa501
100644
(file)
--- a/
arch/x86/kernel/head64.c
+++ b/
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);
}