You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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: Andi Kleen <ak@suse.de>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user