Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85072bd5 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86, debug: remove EBDA debug printk



Remove leftover EBDA debug message.

Reported-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8808500f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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. */