diff options
Diffstat (limited to 'arch/x86/kernel/efi_64.c')
| -rw-r--r-- | arch/x86/kernel/efi_64.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/x86/kernel/efi_64.c b/arch/x86/kernel/efi_64.c index d0060fdccca..652c5287215 100644 --- a/arch/x86/kernel/efi_64.c +++ b/arch/x86/kernel/efi_64.c | |||
| @@ -97,13 +97,7 @@ void __init efi_call_phys_epilog(void) | |||
| 97 | early_runtime_code_mapping_set_exec(0); | 97 | early_runtime_code_mapping_set_exec(0); |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | void __init efi_reserve_bootmem(void) | 100 | void __iomem *__init efi_ioremap(unsigned long phys_addr, unsigned long size) |
| 101 | { | ||
| 102 | reserve_bootmem_generic((unsigned long)memmap.phys_map, | ||
| 103 | memmap.nr_map * memmap.desc_size); | ||
| 104 | } | ||
| 105 | |||
| 106 | void __iomem * __init efi_ioremap(unsigned long phys_addr, unsigned long size) | ||
| 107 | { | 101 | { |
| 108 | static unsigned pages_mapped __initdata; | 102 | static unsigned pages_mapped __initdata; |
| 109 | unsigned i, pages; | 103 | unsigned i, pages; |
