xen/arm: Define xen_arch_suspend()
authorBoris Ostrovsky <[email protected]>
Thu, 7 May 2015 16:55:23 +0000 (12:55 -0400)
committerDavid Vrabel <[email protected]>
Mon, 18 May 2015 12:38:09 +0000 (13:38 +0100)
Commit 2b953a5e994c ("xen: Suspend ticks on all CPUs during suspend")
introduced xen_arch_suspend() routine but did so only for x86, breaking
ARM builds.

We need to add it to ARM as well.

Signed-off-by: Boris Ostrovsky <[email protected]>
Reported-by: Michal Suchanek <[email protected]>
Tested-by: Stefano Stabellini <[email protected]>
Signed-off-by: David Vrabel <[email protected]>
arch/arm/xen/enlighten.c

index 224081ccc92fa6516cd67a95e4a5871aee6420a0..7d0f07020c809598c8a5ea292093d3676c083548 100644 (file)
@@ -272,6 +272,7 @@ void xen_arch_pre_suspend(void) { }
 void xen_arch_post_suspend(int suspend_cancelled) { }
 void xen_timer_resume(void) { }
 void xen_arch_resume(void) { }
+void xen_arch_suspend(void) { }
 
 
 /* In the hypervisor.S file. */