Skip to content

Commit

Permalink
firefly rockchip-arm64-kernel-process-smp_send_stop_only_if_rk808_off
Browse files Browse the repository at this point in the history
  • Loading branch information
scpcom committed Apr 27, 2020
1 parent 8e92861 commit caea6c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ void machine_halt(void)
void machine_power_off(void)
{
local_irq_disable();
//smp_send_stop();
#ifndef CONFIG_MFD_RK808
smp_send_stop();
#endif
if (pm_power_off)
pm_power_off();
}
Expand Down

0 comments on commit caea6c3

Please sign in to comment.