aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/manage.c')
-rw-r--r--drivers/xen/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c
index d10effee9b9e..e12bd3635f83 100644
--- a/drivers/xen/manage.c
+++ b/drivers/xen/manage.c
@@ -80,7 +80,7 @@ static int xen_suspend(void *data)
80 * is resuming in a new domain. 80 * is resuming in a new domain.
81 */ 81 */
82 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() 82 si->cancelled = HYPERVISOR_suspend(xen_pv_domain()
83 ? virt_to_mfn(xen_start_info) 83 ? virt_to_gfn(xen_start_info)
84 : 0); 84 : 0);
85 85
86 xen_arch_post_suspend(si->cancelled); 86 xen_arch_post_suspend(si->cancelled);