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:
parent
e0fdf1c235
commit
2734df9217
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue