summary refs log tree commit diff
path: root/arch/x86/kernel/head.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-12 11:08:42 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-12 11:08:42 +0100
commit85072bd55219231b8ca5d9d3fa3492eb4fa6635f (patch)
tree71bf45e711dd68607b06b5993b80a1b1509a82cb /arch/x86/kernel/head.c
parent8808500f26a61757cb414da76b271bbd09d5958c (diff)
downloadlinux-85072bd55219231b8ca5d9d3fa3492eb4fa6635f.tar.gz
x86, debug: remove EBDA debug printk
Remove leftover EBDA debug message.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/head.c')
-rw-r--r--arch/x86/kernel/head.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/head.c b/arch/x86/kernel/head.c
index 1dcb0f13897e..3e66bd364a9d 100644
--- a/arch/x86/kernel/head.c
+++ b/arch/x86/kernel/head.c
@@ -35,7 +35,6 @@ void __init reserve_ebda_region(void)
 
 	/* start of EBDA area */
 	ebda_addr = get_bios_ebda();
-	printk(KERN_INFO "BIOS EBDA/lowmem at: %08x/%08x\n", ebda_addr, lowmem);
 
 	/* Fixup: bios puts an EBDA in the top 64K segment */
 	/* of conventional memory, but does not adjust lowmem. */