diff mbox

xen/arm and xen/arm64: update xen_restart after ff701306cd49

Message ID 1374420257-19467-1-git-send-email-stefano.stabellini@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Stefano Stabellini July 21, 2013, 3:24 p.m. UTC
Commit ff701306cd49 changes the prototype of arm_pm_restart.
Update xen_restart accordingly.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
 arch/arm/xen/enlighten.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Sergei Shtylyov July 21, 2013, 8:39 p.m. UTC | #1
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 <stefano.stabellini@eu.citrix.com>

WBR, Sergei
Stefano Stabellini July 22, 2013, 9:45 a.m. UTC | #2
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 accordingly.
> 
> > Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> 
> WBR, Sergei
>
diff mbox

Patch

diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index f71c37e..c9770ba 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -172,7 +172,7 @@  static void __init xen_percpu_init(void *unused)
 	enable_percpu_irq(xen_events_irq, 0);
 }
 
-static void xen_restart(char str, const char *cmd)
+static void xen_restart(enum reboot_mode reboot_mode, const char *cmd)
 {
 	struct sched_shutdown r = { .reason = SHUTDOWN_reboot };
 	int rc;