x86: 32-bit EFI runtime service support: fixes in sync with 64-bit support
support according to fixes of x86_64 support. - Delete efi_rt_lock because it is used during system early boot, before SMP is initialized. - Change local_flush_tlb() to __flush_tlb_all() to flush global page mapping. - Clean up includes. - Revise Kconfig description. - Enable noefi kernel parameter on i386. Signed-off-by:Huang Ying <ying.huang@intel.com> Cc: Andi Kleen <ak@suse.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- Documentation/kernel-parameters.txt 2 additions, 0 deletionsDocumentation/kernel-parameters.txt
- Documentation/x86_64/boot-options.txt 0 additions, 4 deletionsDocumentation/x86_64/boot-options.txt
- arch/x86/Kconfig 8 additions, 11 deletionsarch/x86/Kconfig
- arch/x86/kernel/efi.c 7 additions, 0 deletionsarch/x86/kernel/efi.c
- arch/x86/kernel/efi_32.c 5 additions, 20 deletionsarch/x86/kernel/efi_32.c
- arch/x86/kernel/efi_64.c 0 additions, 7 deletionsarch/x86/kernel/efi_64.c
- arch/x86/kernel/setup_32.c 3 additions, 3 deletionsarch/x86/kernel/setup_32.c
Loading
Please register or sign in to comment