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 <corey.lewis@proofcraft.systems>
This commit is contained in:
Corey Lewis
2025-08-21 15:12:55 +10:00
committed by Corey Lewis
parent e0fdf1c235
commit 2734df9217

View File

@@ -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) {}