From 2734df921777b630fffe22aef5e11f7a3103beb1 Mon Sep 17 00:00:00 2001 From: Corey Lewis Date: Thu, 21 Aug 2025 15:12:55 +1000 Subject: [PATCH] arm: remove misleading comment The compile error for exposing vcpu_t could be easily fixed, the real issue is the functions not existing when HYP is disabled. Signed-off-by: Corey Lewis --- include/arch/arm/arch/object/vcpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/arch/arm/arch/object/vcpu.h b/include/arch/arm/arch/object/vcpu.h index f21f39ba1..cc9ac5e94 100644 --- a/include/arch/arm/arch/object/vcpu.h +++ b/include/arch/arm/arch/object/vcpu.h @@ -204,7 +204,6 @@ static inline VPPIEventIRQ_t irqVPPIEventIndex(irq_t irq) #else /* end of CONFIG_ARM_HYPERVISOR_SUPPORT */ -/* used in boot.c with a guard, use a marco to avoid exposing vcpu_t */ #define vcpu_boot_init() do {} while(0) #define vcpu_switch(x) do {} while(0) static inline void VGICMaintenance(void) {}