diff options
author | Avi Kivity <avi@qumranet.com> | 2007-12-02 03:50:06 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:53:16 -0500 |
commit | fb56dbb31c4738a3918db81fd24da732ce3b4ae6 (patch) | |
tree | b201bcc1dda7729045e9cf2e9ef9d281eb66d92c /arch/x86 | |
parent | d23087847184a7417fc69bdfaa8a32834b447bef (diff) |
KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
Currently, make headers_check barfs due to <asm/kvm.h>, which <linux/kvm.h>
includes, not existing. Rather than add a zillion <asm/kvm.h>s, export kvm.h
only if the arch actually supports it.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index fb3eea3e38ee..d289cfcf92c4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -107,6 +107,7 @@ config ARCH_SUPPORTS_OPROFILE | |||
107 | bool | 107 | bool |
108 | default y | 108 | default y |
109 | 109 | ||
110 | select HAVE_KVM | ||
110 | 111 | ||
111 | config ZONE_DMA32 | 112 | config ZONE_DMA32 |
112 | bool | 113 | bool |