Introduce CONFIG_XEN_PVHVM compile option
[cascardo/linux.git] / arch / x86 / kernel / cpu / hypervisor.c
index 5bccedc..8095f86 100644 (file)
@@ -34,7 +34,7 @@ static const __initconst struct hypervisor_x86 * const hypervisors[] =
 {
        &x86_hyper_vmware,
        &x86_hyper_ms_hyperv,
-#ifdef CONFIG_XEN
+#ifdef CONFIG_XEN_PVHVM
        &x86_hyper_xen_hvm,
 #endif
 };