* [PATCH] cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTING
@ 2026-07-11 13:51 Zenghui Yu
2026-07-15 13:11 ` [tip: smp/core] " tip-bot2 for Zenghui Yu
0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2026-07-11 13:51 UTC (permalink / raw)
To: linux-kernel, coresight, linux-arm-kernel
Cc: tglx, peterz, suzuki.poulose, mike.leach, james.clark, leo.yan,
Zenghui Yu
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@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip: smp/core] cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTING
2026-07-11 13:51 [PATCH] cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTING Zenghui Yu
@ 2026-07-15 13:11 ` tip-bot2 for Zenghui Yu
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Zenghui Yu @ 2026-07-15 13:11 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Zenghui Yu, Thomas Gleixner, x86, linux-kernel
The following commit has been merged into the smp/core branch of tip:
Commit-ID: aeec9d9ae6143db48a01d8acc64c940b4e65d762
Gitweb: https://git.kernel.org/tip/aeec9d9ae6143db48a01d8acc64c940b4e65d762
Author: Zenghui Yu <zenghui.yu@linux.dev>
AuthorDate: Sat, 11 Jul 2026 21:51:54 +08:00
Committer: Thomas Gleixner <tglx@kernel.org>
CommitterDate: Wed, 15 Jul 2026 15:06:34 +02:00
cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTING
Thestate CPUHP_AP_ARM_CORESIGHT_CTI_STARTING has become unused since commit
59213b4be5c1 ("coresight: cti: Remove CPU power management code").
Remove it as well.
Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260711135154.94276-1-zenghui.yu@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 0fb3a2a..feb3294 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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-15 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 13:51 [PATCH] cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTING Zenghui Yu
2026-07-15 13:11 ` [tip: smp/core] " tip-bot2 for Zenghui Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox