diff --git a/services/std_svc/spmd/spmd_main.c b/services/std_svc/spmd/spmd_main.c index 7b20bf1b0..06039f007 100644 --- a/services/std_svc/spmd/spmd_main.c +++ b/services/std_svc/spmd/spmd_main.c @@ -639,7 +639,7 @@ uint64_t spmd_smc_handler(uint32_t smc_fid, } /* Fall through to forward the call to the other world */ - + case FFA_INTERRUPT: case FFA_MSG_YIELD: /* This interface must be invoked only by the Secure world */ if (!secure_origin) {