[PATCH] cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTING

Zenghui Yu zenghui.yu at linux.dev
Sat Jul 11 06:51:54 PDT 2026


The cpuhp_state CPUHP_AP_ARM_CORESIGHT_CTI_STARTING has become unused since
commit 59213b4be5c1 ("coresight: cti: Remove CPU power management code").

Remove it.

Signed-off-by: Zenghui Yu <zenghui.yu at linux.dev>
---
 include/linux/cpuhotplug.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
index 0fb3a2a62eb0..feb32949aeea 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -180,7 +180,6 @@ enum cpuhp_state {
 	CPUHP_AP_DUMMY_TIMER_STARTING,
 	CPUHP_AP_ARM_XEN_STARTING,
 	CPUHP_AP_ARM_XEN_RUNSTATE_STARTING,
-	CPUHP_AP_ARM_CORESIGHT_CTI_STARTING,
 	CPUHP_AP_ARM64_ISNDEP_STARTING,
 	CPUHP_AP_SMPCFD_DYING,
 	CPUHP_AP_HRTIMERS_DYING,
-- 
2.53.0




More information about the linux-arm-kernel mailing list