Skip to content

Commit

Permalink
[PATCH] Remove bogus warning from early_ioremap
Browse files Browse the repository at this point in the history
It is correct for its only caller right now, but not for possible
future others.

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent 151f8cc commit d3cf7f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86_64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit d3cf7f0

Please sign in to comment.