diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-26 09:24:23 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-26 09:24:23 +0200 |
commit | 9a13150109fb418c50fa400c012f90d0ce6f67c3 (patch) | |
tree | 237d8ee3b8b87984776b5aa0f05b92f84d372a1d /arch/x86/Kconfig | |
parent | 3ccf79f4570acacfefc51772e8f9207895b35ad7 (diff) | |
parent | 543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff) | |
download | op-kernel-dev-9a13150109fb418c50fa400c012f90d0ce6f67c3.zip op-kernel-dev-9a13150109fb418c50fa400c012f90d0ce6f67c3.tar.gz |
Merge commit 'v2.6.26-rc8' into core/rcu
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 52e18e6..e0edaaa 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -383,6 +383,7 @@ config VMI config KVM_CLOCK bool "KVM paravirtualized clock" select PARAVIRT + select PARAVIRT_CLOCK depends on !(X86_VISWS || X86_VOYAGER) help Turning on this option will allow you to run a paravirtualized clock @@ -410,6 +411,10 @@ config PARAVIRT over full virtualization. However, when run without a hypervisor the kernel is theoretically slower and slightly larger. +config PARAVIRT_CLOCK + bool + default n + endif config MEMTEST_BOOTPARAM |