aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorHuang, Ying <ying.huang@intel.com>2008-01-30 07:33:44 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:33:44 -0500
commit4716e79c9946044a53a65418cfba04836f6a5c36 (patch)
treeb29941081f48496a08110351a67de11ca8f6be47 /arch/x86/Kconfig
parent0947b2f31ca1ea1211d3cde2dbd8fcec579ef395 (diff)
x86: replace boot_ioremap() with enhanced bt_ioremap() - remove boot_ioremap()
This patch replaces boot_ioremap invokation with bt_ioremap and removes the boot_ioremap implementation. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 92dc919c7640..fb3eea3e38ee 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1009,12 +1009,6 @@ config IRQBALANCE
1009 The default yes will allow the kernel to do irq load balancing. 1009 The default yes will allow the kernel to do irq load balancing.
1010 Saying no will keep the kernel from doing irq load balancing. 1010 Saying no will keep the kernel from doing irq load balancing.
1011 1011
1012# turning this on wastes a bunch of space.
1013# Summit needs it only when NUMA is on
1014config BOOT_IOREMAP
1015 def_bool y
1016 depends on X86_32 && (((X86_SUMMIT || X86_GENERICARCH) && NUMA) || (X86 && EFI))
1017
1018config SECCOMP 1012config SECCOMP
1019 def_bool y 1013 def_bool y
1020 prompt "Enable seccomp to safely compute untrusted bytecode" 1014 prompt "Enable seccomp to safely compute untrusted bytecode"