diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e03485b2828..b1d3f60525c 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 | ||
495 | config 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 | |||
495 | config PARAVIRT_CLOCK | 508 | config PARAVIRT_CLOCK |
496 | bool | 509 | bool |
497 | default n | 510 | default n |