efi: Add a function to look up existing IO memory mappings
[deliverable/linux.git] / init / main.c
index b28673087ac006e79f4563b1a06d39eb1b163d37..d61ec542205c1f69cc5c1a9438f19c32f3dfcd8d 100644 (file)
@@ -631,6 +631,9 @@ asmlinkage void __init start_kernel(void)
        acpi_early_init(); /* before LAPIC and SMP init */
        sfi_init_late();
 
+       if (efi_enabled)
+               efi_free_boot_services();
+
        ftrace_init();
 
        /* Do the rest non-__init'ed, we're now alive */
This page took 0.046548 seconds and 5 git commands to generate.