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:
151f8cc
)
[PATCH] Remove bogus warning from early_ioremap
author
Andi Kleen
<ak@suse.de>
Tue, 26 Sep 2006 08:52:37 +0000
(10:52 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:37 +0000
(10:52 +0200)
It is correct for its only caller right now, but not for possible
future others.
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/mm/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/mm/init.c
b/arch/x86_64/mm/init.c
index 984155b75e4c03f8ee14e32f57a9b03d226a610c..53b49c86d7e0f0c3298f867799c7282907fec392 100644
(file)
--- a/
arch/x86_64/mm/init.c
+++ b/
arch/x86_64/mm/init.c
@@
-229,7
+229,6
@@
__init void *early_ioremap(unsigned long addr, unsigned long size)
/* actually usually some more */
if (size >= LARGE_PAGE_SIZE) {
- printk("SMBIOS area too long %lu\n", size);
return NULL;
}
set_pmd(temp_mappings[0].pmd, __pmd(map | _KERNPG_TABLE | _PAGE_PSE));