Merge tag 'xen-arm-3.11-rc2-warn-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen
Pull Xen ARM fix from Stefano Stabellini. Update xen_restart to new calling convention. * tag 'xen-arm-3.11-rc2-warn-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen: xen/arm,arm64: update xen_restart afterff701306cd
and7b6d864b48
This commit is contained in:
@@ -172,7 +172,7 @@ static void __init xen_percpu_init(void *unused)
|
|||||||
enable_percpu_irq(xen_events_irq, 0);
|
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 };
|
struct sched_shutdown r = { .reason = SHUTDOWN_reboot };
|
||||||
int rc;
|
int rc;
|
||||||
|
Reference in New Issue
Block a user