.. | .. |
---|
1980 | 1980 | .name = "ap:online", |
---|
1981 | 1981 | }, |
---|
1982 | 1982 | /* |
---|
1983 | | - * Handled on control processor until the plugged processor manages |
---|
| 1983 | + * Handled on controll processor until the plugged processor manages |
---|
1984 | 1984 | * this itself. |
---|
1985 | 1985 | */ |
---|
1986 | 1986 | [CPUHP_TEARDOWN_CPU] = { |
---|
.. | .. |
---|
1989 | 1989 | .teardown.single = takedown_cpu, |
---|
1990 | 1990 | .cant_stop = true, |
---|
1991 | 1991 | }, |
---|
1992 | | - |
---|
1993 | | - [CPUHP_AP_SCHED_WAIT_EMPTY] = { |
---|
1994 | | - .name = "sched:waitempty", |
---|
1995 | | - .startup.single = NULL, |
---|
1996 | | - .teardown.single = sched_cpu_wait_empty, |
---|
1997 | | - }, |
---|
1998 | | - |
---|
1999 | 1992 | /* Handle smpboot threads park/unpark */ |
---|
2000 | 1993 | [CPUHP_AP_SMPBOOT_THREADS] = { |
---|
2001 | 1994 | .name = "smpboot/threads:online", |
---|