git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
x86/xen: add CONFIG_XEN_PV to Kconfig
[muen/linux.git]
/
arch
/
x86
/
kernel
/
cpu
/
hypervisor.c
diff --git
a/arch/x86/kernel/cpu/hypervisor.c
b/arch/x86/kernel/cpu/hypervisor.c
index a77f18d139c0e18d7824a960705777c23796daae..ce6fcc30f2ad700907e96a18893c26a72d3f9e74 100644
(file)
--- a/
arch/x86/kernel/cpu/hypervisor.c
+++ b/
arch/x86/kernel/cpu/hypervisor.c
@@
-28,8
+28,10
@@
static const __initconst struct hypervisor_x86 * const hypervisors[] =
{
-#ifdef CONFIG_XEN
+#ifdef CONFIG_XEN
_PV
&x86_hyper_xen_pv,
+#endif
+#ifdef CONFIG_XEN_PVHVM
&x86_hyper_xen_hvm,
#endif
&x86_hyper_vmware,