~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to init/main.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
621
621
        pidmap_init();
622
622
        anon_vma_init();
623
623
#ifdef CONFIG_X86
624
 
        if (efi_enabled)
 
624
        if (efi_enabled(EFI_RUNTIME_SERVICES))
625
625
                efi_enter_virtual_mode();
626
626
#endif
627
627
        thread_info_cache_init();
649
649
        acpi_early_init(); /* before LAPIC and SMP init */
650
650
        sfi_init_late();
651
651
 
652
 
        if (efi_enabled)
 
652
        if (efi_enabled(EFI_RUNTIME_SERVICES))
653
653
                efi_free_boot_services();
654
654
 
655
655
        ftrace_init();