diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2008-06-03 16:17:30 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-06-24 21:02:32 +0300 |
commit | 1c7b67f7576c4ca2a344379a4a29eec8fe8e7935 (patch) | |
tree | a6d6150ba4109775ed7c2e928e0ffefaa29f13e8 /arch/x86/xen/Kconfig | |
parent | 7af192c954017499ec163bc9dbaaee2e593d7ef2 (diff) |
x86: Make xen use the paravirt clocksource structs and functions
This patch updates the xen guest to use the pvclock structs
and helper functions.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/x86/xen/Kconfig')
-rw-r--r-- | arch/x86/xen/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 2e641be2737e..3a4f16aea4bf 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -5,6 +5,7 @@ config XEN bool "Xen guest support" select PARAVIRT + select PARAVIRT_CLOCK depends on X86_32 depends on X86_CMPXCHG && X86_TSC && !(X86_VISWS || X86_VOYAGER) help |