Skip to content

Commit 32e4fa3

Browse files
olafheringKAGA-KOKO
authored andcommitted
cpu/hotplug: Remove unused cpuhp_state CPUHP_AP_X86_VDSO_VMA_ONLINE
Commit b2e2ba5 ("x86/vdso: Initialize the CPU/node NR segment descriptor earlier") removed the single user of this constant. Remove it to reduce the size of cpuhp_hp_states[]. Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20230904121350.18055-1-olaf@aepfle.de
1 parent d090ec0 commit 32e4fa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/cpuhotplug.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ enum cpuhp_state {
205205
CPUHP_AP_KVM_ONLINE,
206206
CPUHP_AP_SCHED_WAIT_EMPTY,
207207
CPUHP_AP_SMPBOOT_THREADS,
208-
CPUHP_AP_X86_VDSO_VMA_ONLINE,
209208
CPUHP_AP_IRQ_AFFINITY_ONLINE,
210209
CPUHP_AP_BLK_MQ_ONLINE,
211210
CPUHP_AP_ARM_MVEBU_SYNC_CLOCKS,

0 commit comments

Comments
 (0)