arm64: smp: fix compile errors

This commit is contained in:
prashantpaddune 2020-04-07 18:00:22 +05:30
parent 63a45138d2
commit aba2d18cee

View File

@ -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");