提交 d3cf7f06 编写于 作者: A Andi Kleen 提交者: Andi Kleen

[PATCH] Remove bogus warning from early_ioremap

It is correct for its only caller right now, but not for possible
future others.
Signed-off-by: NAndi Kleen <ak@suse.de>
上级 151f8cc1
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册