Re: [PATCH] xen/arm and xen/arm64: update xen_restart after ff701306cd49

2013-07-22 Thread Stefano Stabellini
On Mon, 22 Jul 2013, Sergei Shtylyov wrote: > Hello. > > On 21-07-2013 19:24, Stefano Stabellini wrote: > > > Commit ff701306cd49 changes the prototype of arm_pm_restart. > >Please also specify the summary line of that commit in parens. Good idea, I'll repost > > Update xen_restart accord

Re: [PATCH] xen/arm and xen/arm64: update xen_restart after ff701306cd49

2013-07-21 Thread Sergei Shtylyov
Hello. On 21-07-2013 19:24, Stefano Stabellini wrote: Commit ff701306cd49 changes the prototype of arm_pm_restart. Please also specify the summary line of that commit in parens. Update xen_restart accordingly. Signed-off-by: Stefano Stabellini WBR, Sergei -- To unsubscribe from th

[PATCH] xen/arm and xen/arm64: update xen_restart after ff701306cd49

2013-07-21 Thread Stefano Stabellini
Commit ff701306cd49 changes the prototype of arm_pm_restart. Update xen_restart accordingly. Signed-off-by: Stefano Stabellini --- arch/arm/xen/enlighten.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c index f71c37e.