Loading kernel/cpu.c +0 −3 Original line number Diff line number Diff line Loading @@ -521,7 +521,6 @@ static int cpuhp_up_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, if (ret) { st->target = prev_state; undo_cpu_up(cpu, st); cpu_notify(CPU_UP_CANCELED, cpu); break; } } Loading Loading @@ -1381,7 +1380,6 @@ static struct cpuhp_step cpuhp_bp_states[] = { .name = "notify:prepare", .startup.single = notify_prepare, .teardown.single = notify_dead, .skip_onerr = true, .cant_stop = true, }, /* Loading Loading @@ -1487,7 +1485,6 @@ static struct cpuhp_step cpuhp_ap_states[] = { .name = "notify:online", .startup.single = notify_online, .teardown.single = notify_down_prepare, .skip_onerr = true, }, #endif /* Loading Loading
kernel/cpu.c +0 −3 Original line number Diff line number Diff line Loading @@ -521,7 +521,6 @@ static int cpuhp_up_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, if (ret) { st->target = prev_state; undo_cpu_up(cpu, st); cpu_notify(CPU_UP_CANCELED, cpu); break; } } Loading Loading @@ -1381,7 +1380,6 @@ static struct cpuhp_step cpuhp_bp_states[] = { .name = "notify:prepare", .startup.single = notify_prepare, .teardown.single = notify_dead, .skip_onerr = true, .cant_stop = true, }, /* Loading Loading @@ -1487,7 +1485,6 @@ static struct cpuhp_step cpuhp_ap_states[] = { .name = "notify:online", .startup.single = notify_online, .teardown.single = notify_down_prepare, .skip_onerr = true, }, #endif /* Loading