forked from Imagelibrary/seL4
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:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user