hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/cpu.c
....@@ -1980,7 +1980,7 @@
19801980 .name = "ap:online",
19811981 },
19821982 /*
1983
- * Handled on control processor until the plugged processor manages
1983
+ * Handled on controll processor until the plugged processor manages
19841984 * this itself.
19851985 */
19861986 [CPUHP_TEARDOWN_CPU] = {
....@@ -1989,13 +1989,6 @@
19891989 .teardown.single = takedown_cpu,
19901990 .cant_stop = true,
19911991 },
1992
-
1993
- [CPUHP_AP_SCHED_WAIT_EMPTY] = {
1994
- .name = "sched:waitempty",
1995
- .startup.single = NULL,
1996
- .teardown.single = sched_cpu_wait_empty,
1997
- },
1998
-
19991992 /* Handle smpboot threads park/unpark */
20001993 [CPUHP_AP_SMPBOOT_THREADS] = {
20011994 .name = "smpboot/threads:online",