]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/efi_64.c
x86: max_low_pfn_mapped fix, #2
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / efi_64.c
index d0060fdcccac1658968db527f4c05d791b056e6b..652c5287215fdb9500e4013794d559cfc4ace801 100644 (file)
@@ -97,13 +97,7 @@ void __init efi_call_phys_epilog(void)
        early_runtime_code_mapping_set_exec(0);
 }
 
-void __init efi_reserve_bootmem(void)
-{
-       reserve_bootmem_generic((unsigned long)memmap.phys_map,
-                               memmap.nr_map * memmap.desc_size);
-}
-
-void __iomem * __init efi_ioremap(unsigned long phys_addr, unsigned long size)
+void __iomem *__init efi_ioremap(unsigned long phys_addr, unsigned long size)
 {
        static unsigned pages_mapped __initdata;
        unsigned i, pages;