Loading kernel/cpu.c +1 −0 Original line number Diff line number Diff line Loading @@ -837,6 +837,7 @@ static int cpuhp_down_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, for (; st->state > target; st->state--) { ret = cpuhp_invoke_callback(cpu, st->state, false, NULL, NULL); BUG_ON(ret && st->state < CPUHP_AP_IDLE_DEAD); if (ret) { st->target = prev_state; undo_cpu_down(cpu, st); Loading Loading
kernel/cpu.c +1 −0 Original line number Diff line number Diff line Loading @@ -837,6 +837,7 @@ static int cpuhp_down_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, for (; st->state > target; st->state--) { ret = cpuhp_invoke_callback(cpu, st->state, false, NULL, NULL); BUG_ON(ret && st->state < CPUHP_AP_IDLE_DEAD); if (ret) { st->target = prev_state; undo_cpu_down(cpu, st); Loading