projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8808500
)
x86, debug: remove EBDA debug printk
author
Ingo Molnar
<mingo@elte.hu>
Fri, 12 Dec 2008 10:08:42 +0000
(11:08 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 12 Dec 2008 10:08:42 +0000
(11:08 +0100)
Remove leftover EBDA debug message.
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/head.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/head.c
b/arch/x86/kernel/head.c
index 1dcb0f13897e9b6d4773111e1bc8300713efe0e8..3e66bd364a9db3cf8f3fb624f96eeb7075364d78 100644
(file)
--- 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. */