aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b2127544fbe7..a67e014e4e44 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -529,6 +529,18 @@ menuconfig PARAVIRT_GUEST
529 529
530if PARAVIRT_GUEST 530if PARAVIRT_GUEST
531 531
532config PARAVIRT_TIME_ACCOUNTING
533 bool "Paravirtual steal time accounting"
534 select PARAVIRT
535 default n
536 ---help---
537 Select this option to enable fine granularity task steal time
538 accounting. Time spent executing other tasks in parallel with
539 the current vCPU is discounted from the vCPU power. To account for
540 that, there can be a small performance impact.
541
542 If in doubt, say N here.
543
532source "arch/x86/xen/Kconfig" 544source "arch/x86/xen/Kconfig"
533 545
534config KVM_CLOCK 546config KVM_CLOCK