From: Ingo Molnar Date: Fri, 12 Dec 2008 10:08:42 +0000 (+0100) Subject: x86, debug: remove EBDA debug printk X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=85072bd55219231b8ca5d9d3fa3492eb4fa6635f;p=linux-beck.git x86, debug: remove EBDA debug printk Remove leftover EBDA debug message. Reported-by: Andrew Morton Signed-off-by: Ingo Molnar --- 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. */