diff options
Diffstat (limited to 'arch/x86/kernel/efi_32.c')
-rw-r--r-- | arch/x86/kernel/efi_32.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/x86/kernel/efi_32.c b/arch/x86/kernel/efi_32.c index 114b896d7573..cb91f985b4a1 100644 --- a/arch/x86/kernel/efi_32.c +++ b/arch/x86/kernel/efi_32.c | |||
@@ -109,18 +109,3 @@ void efi_call_phys_epilog(void) | |||
109 | 109 | ||
110 | local_irq_restore(efi_rt_eflags); | 110 | local_irq_restore(efi_rt_eflags); |
111 | } | 111 | } |
112 | |||
113 | /* | ||
114 | * We need to map the EFI memory map again after paging_init(). | ||
115 | */ | ||
116 | void __init efi_map_memmap(void) | ||
117 | { | ||
118 | memmap.map = NULL; | ||
119 | |||
120 | memmap.map = early_ioremap((unsigned long) memmap.phys_map, | ||
121 | (memmap.nr_map * memmap.desc_size)); | ||
122 | if (memmap.map == NULL) | ||
123 | printk(KERN_ERR "Could not remap the EFI memmap!\n"); | ||
124 | |||
125 | memmap.map_end = memmap.map + (memmap.nr_map * memmap.desc_size); | ||
126 | } | ||