From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/kernel/cpu.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/kernel/kernel/cpu.c b/kernel/kernel/cpu.c index b561341..d2e4b56 100644 --- a/kernel/kernel/cpu.c +++ b/kernel/kernel/cpu.c @@ -1980,7 +1980,7 @@ .name = "ap:online", }, /* - * Handled on control processor until the plugged processor manages + * Handled on controll processor until the plugged processor manages * this itself. */ [CPUHP_TEARDOWN_CPU] = { @@ -1989,13 +1989,6 @@ .teardown.single = takedown_cpu, .cant_stop = true, }, - - [CPUHP_AP_SCHED_WAIT_EMPTY] = { - .name = "sched:waitempty", - .startup.single = NULL, - .teardown.single = sched_cpu_wait_empty, - }, - /* Handle smpboot threads park/unpark */ [CPUHP_AP_SMPBOOT_THREADS] = { .name = "smpboot/threads:online", -- Gitblit v1.6.2