projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d090ec0
)
cpu/hotplug: Remove unused cpuhp_state CPUHP_AP_X86_VDSO_VMA_ONLINE
author
Olaf Hering
<olaf@aepfle.de>
Mon, 4 Sep 2023 12:13:50 +0000
(14:13 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 15 Sep 2023 19:13:13 +0000
(21:13 +0200)
Commit
b2e2ba578e01
("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
include/linux/cpuhotplug.h
patch
|
blob
|
history
diff --git
a/include/linux/cpuhotplug.h
b/include/linux/cpuhotplug.h
index 06dda85f042445bb0d4b017b7e2aecd5b0587651..cd8bd6ed04f934a07a4b20c555657bb17eaf906f 100644
(file)
--- a/
include/linux/cpuhotplug.h
+++ b/
include/linux/cpuhotplug.h
@@
-205,7
+205,6
@@
enum cpuhp_state {
CPUHP_AP_KVM_ONLINE,
CPUHP_AP_SCHED_WAIT_EMPTY,
CPUHP_AP_SMPBOOT_THREADS,
- CPUHP_AP_X86_VDSO_VMA_ONLINE,
CPUHP_AP_IRQ_AFFINITY_ONLINE,
CPUHP_AP_BLK_MQ_ONLINE,
CPUHP_AP_ARM_MVEBU_SYNC_CLOCKS,