[PATCH] KVM: arm64: vgic: Drop CPUHP_AP_KVM_ARM_VGIC_STARTING state

Zenghui Yu yuzenghui at huawei.com
Wed Sep 23 07:56:38 EDT 2020


This state is not used by KVM/arm64 code anymore.

Signed-off-by: Zenghui Yu <yuzenghui at huawei.com>
---

But to be honest, I failed to track that in which commit this state
became unused...

 include/linux/cpuhotplug.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
index bf9181cef444..25f448e0b4ca 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -137,7 +137,6 @@ enum cpuhp_state {
 	CPUHP_AP_HYPERV_TIMER_STARTING,
 	CPUHP_AP_KVM_STARTING,
 	CPUHP_AP_KVM_ARM_VGIC_INIT_STARTING,
-	CPUHP_AP_KVM_ARM_VGIC_STARTING,
 	CPUHP_AP_KVM_ARM_TIMER_STARTING,
 	/* Must be the last timer callback */
 	CPUHP_AP_DUMMY_TIMER_STARTING,
-- 
2.19.1




More information about the linux-arm-kernel mailing list