J
> Signed-off-by: Ian Campbell <
ian.campbell@xxxxxxxxxx>
> Cc: Jeremy Fitzhardinge <
jeremy@xxxxxxxx>
> Cc: Stable Kernel <
stable@xxxxxxxxxx>
> ---
> arch/x86/xen/suspend.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/xen/suspend.c b/arch/x86/xen/suspend.c
> index 987267f..a9c6611 100644
> --- a/arch/x86/xen/suspend.c
> +++ b/arch/x86/xen/suspend.c
> @@ -60,6 +60,6 @@ static void xen_vcpu_notify_restore(void *data)
>
> void xen_arch_resume(void)
> {
> - smp_call_function(xen_vcpu_notify_restore,
> - (void *)CLOCK_EVT_NOTIFY_RESUME, 1);
> + on_each_cpu(xen_vcpu_notify_restore,
> + (void *)CLOCK_EVT_NOTIFY_RESUME, 1);
> }
>