diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-19 23:50:23 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:52:52 -0400 |
commit | 8b8e8c1bf7275eca859fe551dfa484134eaf013b (patch) | |
tree | 3e2f950a8f34f419a59a31ddd12e9d7331911e3d /arch/x86/Kconfig | |
parent | 6d50bc26836e16a9589e0b128d527c29e30d722a (diff) |
x86: remove irqbalance in kernel for 32 bit
This has been deprecated for years, the user space irqbalanced utility
works better with numa, has configurable policies, etc...
Signed-off-by: Yinghai Lu <yhlu.kernel@gmai.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1004888e9b13..3e0eaaa1a339 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1254,14 +1254,6 @@ config EFI | |||
1254 | resultant kernel should continue to boot on existing non-EFI | 1254 | resultant kernel should continue to boot on existing non-EFI |
1255 | platforms. | 1255 | platforms. |
1256 | 1256 | ||
1257 | config IRQBALANCE | ||
1258 | def_bool y | ||
1259 | prompt "Enable kernel irq balancing" | ||
1260 | depends on X86_32 && SMP && X86_IO_APIC | ||
1261 | help | ||
1262 | The default yes will allow the kernel to do irq load balancing. | ||
1263 | Saying no will keep the kernel from doing irq load balancing. | ||
1264 | |||
1265 | config SECCOMP | 1257 | config SECCOMP |
1266 | def_bool y | 1258 | def_bool y |
1267 | prompt "Enable seccomp to safely compute untrusted bytecode" | 1259 | prompt "Enable seccomp to safely compute untrusted bytecode" |