Skip to content

Commit

Permalink
x86, debug: remove EBDA debug printk
Browse files Browse the repository at this point in the history
Remove leftover EBDA debug message.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Dec 12, 2008
1 parent 8808500 commit 85072bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/head.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 85072bd

Please sign in to comment.