]> err.no Git - linux-2.6/blobdiff - arch/x86/kernel/efi_64.c
Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
[linux-2.6] / arch / x86 / kernel / efi_64.c
index 21a7b759687a59a0b07b4c615184fdb2508eca83..652c5287215fdb9500e4013794d559cfc4ace801 100644 (file)
@@ -97,12 +97,6 @@ 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)
 {
        static unsigned pages_mapped __initdata;