]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86_64/mm/init.c
[PATCH] x86_64: Rename e820_mapped to e820_any_mapped
[linux-2.6-omap-h63xx.git] / arch / x86_64 / mm / init.c
index dff8705341995a0b07e295aae76bc266197e9c3c..4ba34e95d835a17668e013bd5e4fd304077ef3a4 100644 (file)
@@ -305,7 +305,7 @@ static void __meminit phys_pud_init(pud_t *pud, unsigned long address, unsigned
                if (paddr >= end)
                        break;
 
-               if (!after_bootmem && !e820_mapped(paddr, paddr+PUD_SIZE, 0)) {
+               if (!after_bootmem && !e820_any_mapped(paddr, paddr+PUD_SIZE, 0)) {
                        set_pud(pud, __pud(0)); 
                        continue;
                }