diff options
Diffstat (limited to 'arch/x86/xen/suspend.c')
-rw-r--r-- | arch/x86/xen/suspend.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/xen/suspend.c b/arch/x86/xen/suspend.c index a9c661108034..d07479c340f5 100644 --- a/arch/x86/xen/suspend.c +++ b/arch/x86/xen/suspend.c | |||
@@ -26,6 +26,12 @@ void xen_pre_suspend(void) | |||
26 | BUG(); | 26 | BUG(); |
27 | } | 27 | } |
28 | 28 | ||
29 | void xen_hvm_post_suspend(int suspend_cancelled) | ||
30 | { | ||
31 | xen_hvm_init_shared_info(); | ||
32 | xen_callback_vector(); | ||
33 | } | ||
34 | |||
29 | void xen_post_suspend(int suspend_cancelled) | 35 | void xen_post_suspend(int suspend_cancelled) |
30 | { | 36 | { |
31 | xen_build_mfn_list_list(); | 37 | xen_build_mfn_list_list(); |