feat(interrupts): enable secure interrupt by default
As soon as interrupts are declared in the partition manifest, SPMC
enables the secure interrupts for S-EL0 partitions at the virtual
interrupt controller interface.
Change-Id: I2336e4249ded4ff36485d97222c23672927e5de0
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
diff --git a/src/arch/fake/hypervisor/ffa.c b/src/arch/fake/hypervisor/ffa.c
index f197f2f..fcb4bf7 100644
--- a/src/arch/fake/hypervisor/ffa.c
+++ b/src/arch/fake/hypervisor/ffa.c
@@ -483,10 +483,11 @@
return false;
}
-void plat_ffa_enable_virtual_maintenance_interrupts(
- struct vcpu_locked current_locked)
+void plat_ffa_enable_virtual_interrupts(struct vcpu_locked current_locked,
+ struct vm_locked vm_locked)
{
(void)current_locked;
+ (void)vm_locked;
}
struct ffa_value plat_ffa_other_world_mem_send(