aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-06-01 15:06:21 -0400
committerIngo Molnar <mingo@elte.hu>2009-06-01 15:06:21 -0400
commit3d58f48ba05caed9118bce62b3047f8683438835 (patch)
tree94c911034f0e14ded73d3e9e6e9f8e22b6cad822 /arch/x86/Kconfig
parentabfe0af9813153bae8c85d9bac966bafcb8ddab1 (diff)
parentd9244b5d2fbfe9fa540024b410047af13ceec90f (diff)
Merge branch 'linus' into irq/numa
Conflicts: arch/mips/sibyte/bcm1480/irq.c arch/mips/sibyte/sb1250/irq.c Merge reason: we gathered a few conflicts plus update to latest upstream fixes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e03485b2828a..b1d3f60525c0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -492,6 +492,19 @@ config PARAVIRT
492 over full virtualization. However, when run without a hypervisor 492 over full virtualization. However, when run without a hypervisor
493 the kernel is theoretically slower and slightly larger. 493 the kernel is theoretically slower and slightly larger.
494 494
495config PARAVIRT_SPINLOCKS
496 bool "Paravirtualization layer for spinlocks"
497 depends on PARAVIRT && SMP && EXPERIMENTAL
498 ---help---
499 Paravirtualized spinlocks allow a pvops backend to replace the
500 spinlock implementation with something virtualization-friendly
501 (for example, block the virtual CPU rather than spinning).
502
503 Unfortunately the downside is an up to 5% performance hit on
504 native kernels, with various workloads.
505
506 If you are unsure how to answer this question, answer N.
507
495config PARAVIRT_CLOCK 508config PARAVIRT_CLOCK
496 bool 509 bool
497 default n 510 default n