arm64: smp: fix compile errors
This commit is contained in:
parent
63a45138d2
commit
aba2d18cee
|
@ -890,7 +890,7 @@ void smp_send_stop(void)
|
|||
while (num_other_online_cpus() && timeout--)
|
||||
udelay(1);
|
||||
|
||||
if (num_other_online_cpus())
|
||||
if (num_other_online_cpus()) {
|
||||
pr_warning("SMP: failed to stop secondary CPUs\n");
|
||||
} else {
|
||||
pr_info("SMP: completed to stop secondary CPUS\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user