Skip to content

Commit fe22944

Browse files
wangxiaoming321KAGA-KOKO
authored andcommitted
cpu/hotplug: Increase the number of dynamic states
The dynamically allocatable hotplug state space can be exhausted by the existing drivers and infrastructure which install CPU hotplug states dynamically. That prevents new drivers and infrastructure from installing dynamically allocated states. Increase the size of the CPUHP_AP_ONLINE_DYN state by 10 to make room. Signed-off-by: Xiaoming Wang <xiaoming.wang@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20231219033411.816100-1-xiaoming.wang@intel.com
1 parent 15bece7 commit fe22944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/cpuhotplug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ enum cpuhp_state {
239239
CPUHP_AP_RCUTREE_ONLINE,
240240
CPUHP_AP_BASE_CACHEINFO_ONLINE,
241241
CPUHP_AP_ONLINE_DYN,
242-
CPUHP_AP_ONLINE_DYN_END = CPUHP_AP_ONLINE_DYN + 30,
242+
CPUHP_AP_ONLINE_DYN_END = CPUHP_AP_ONLINE_DYN + 40,
243243
CPUHP_AP_X86_HPET_ONLINE,
244244
CPUHP_AP_X86_KVM_CLK_ONLINE,
245245
CPUHP_AP_ACTIVE,

0 commit comments

Comments
 (0)