Commit 11ee270e authored by Qais Yousef's avatar Qais Yousef Committed by Thomas Gleixner

ARM: Use reboot_cpu instead of hardcoding it to 0

Use `reboot_cpu` variable instead of hardcoding 0 as the reboot cpu in
machine_shutdown().
Signed-off-by: default avatarQais Yousef <qais.yousef@arm.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://lkml.kernel.org/r/20200323135110.30522-6-qais.yousef@arm.com
parent dddf3578
...@@ -92,7 +92,7 @@ void soft_restart(unsigned long addr) ...@@ -92,7 +92,7 @@ void soft_restart(unsigned long addr)
*/ */
void machine_shutdown(void) void machine_shutdown(void)
{ {
smp_shutdown_nonboot_cpus(0); smp_shutdown_nonboot_cpus(reboot_cpu);
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment