diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 75b479a684fd..6f5345378abc 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1282,6 +1282,7 @@ void xen_hvm_init_shared_info(void) | |||
1282 | } | 1282 | } |
1283 | } | 1283 | } |
1284 | 1284 | ||
1285 | #ifdef CONFIG_XEN_PVHVM | ||
1285 | static int __cpuinit xen_hvm_cpu_notify(struct notifier_block *self, | 1286 | static int __cpuinit xen_hvm_cpu_notify(struct notifier_block *self, |
1286 | unsigned long action, void *hcpu) | 1287 | unsigned long action, void *hcpu) |
1287 | { | 1288 | { |
@@ -1338,3 +1339,4 @@ const __refconst struct hypervisor_x86 x86_hyper_xen_hvm = { | |||
1338 | .init_platform = xen_hvm_guest_init, | 1339 | .init_platform = xen_hvm_guest_init, |
1339 | }; | 1340 | }; |
1340 | EXPORT_SYMBOL(x86_hyper_xen_hvm); | 1341 | EXPORT_SYMBOL(x86_hyper_xen_hvm); |
1342 | #endif | ||