x86: 32-bit EFI runtime service support: fixes in sync with 64-bit support
authorHuang, Ying <ying.huang@intel.com>
Wed, 30 Jan 2008 12:32:11 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:11 +0000 (13:32 +0100)
commit8b2cb7a8f531d6ca72a8aff873b9bb1c6b3122ba
treef53edab6bdc4e1f39ef2cea8d13f15242617262e
parentbfd074e05bdb69652d24ebc60b126899174ca788
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>
Documentation/kernel-parameters.txt
Documentation/x86_64/boot-options.txt
arch/x86/Kconfig
arch/x86/kernel/efi.c
arch/x86/kernel/efi_32.c
arch/x86/kernel/efi_64.c
arch/x86/kernel/setup_32.c