diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c index e4eb6869b..80614f6c2 100644 --- a/arch/arm64/kernel/smp.c +++ b/arch/arm64/kernel/smp.c @@ -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");