浏览代码

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>
Ingo Molnar 16 年之前
父节点
当前提交
85072bd552
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/kernel/head.c

+ 0 - 1
arch/x86/kernel/head.c

@@ -35,7 +35,6 @@ void __init reserve_ebda_region(void)
 
 
 	/* start of EBDA area */
 	/* start of EBDA area */
 	ebda_addr = get_bios_ebda();
 	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 */
 	/* Fixup: bios puts an EBDA in the top 64K segment */
 	/* of conventional memory, but does not adjust lowmem. */
 	/* of conventional memory, but does not adjust lowmem. */