Loading drivers/cpuidle/lpm-levels.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. * Copyright (C) 2006-2007 Adam Belay <abelay@novell.com> * Copyright (C) 2009 Intel Corporation * Loading Loading @@ -1356,7 +1356,7 @@ static bool psci_enter_sleep(struct lpm_cpu *cpu, int idx, bool from_idle) if (cpu->bias) biastimer_start(cpu->bias); stop_critical_timings(); wfi(); cpu_do_idle(); start_critical_timings(); return 1; } Loading Loading
drivers/cpuidle/lpm-levels.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. * Copyright (C) 2006-2007 Adam Belay <abelay@novell.com> * Copyright (C) 2009 Intel Corporation * Loading Loading @@ -1356,7 +1356,7 @@ static bool psci_enter_sleep(struct lpm_cpu *cpu, int idx, bool from_idle) if (cpu->bias) biastimer_start(cpu->bias); stop_critical_timings(); wfi(); cpu_do_idle(); start_critical_timings(); return 1; } Loading