diff options
Diffstat (limited to 'services/spd/tspd/tspd_common.c')
-rw-r--r-- | services/spd/tspd/tspd_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/spd/tspd/tspd_common.c b/services/spd/tspd/tspd_common.c index 13023d2e..a4c39363 100644 --- a/services/spd/tspd/tspd_common.c +++ b/services/spd/tspd/tspd_common.c @@ -94,8 +94,6 @@ int32_t tspd_init_secure_context(uint64_t entrypoint, spsr = make_spsr(MODE_EL1, MODE_SP_ELX, rw); cm_set_el3_eret_context(SECURE, entrypoint, spsr, scr); - cm_init_exception_stack(mpidr, SECURE); - return 0; } |