diff options
Diffstat (limited to 'services/std_svc/psci/psci_afflvl_suspend.c')
-rw-r--r-- | services/std_svc/psci/psci_afflvl_suspend.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/services/std_svc/psci/psci_afflvl_suspend.c b/services/std_svc/psci/psci_afflvl_suspend.c index 534e4a9f..377afdfe 100644 --- a/services/std_svc/psci/psci_afflvl_suspend.c +++ b/services/std_svc/psci/psci_afflvl_suspend.c @@ -493,12 +493,12 @@ static unsigned int psci_afflvl0_suspend_finish(unsigned long mpidr, /* * Use the more complex exception vectors to enable SPD * initialisation. SP_EL3 should point to a 'cpu_context' - * structure which has an exception stack allocated. The - * non-secure context should have been set on this cpu - * prior to suspension. + * structure. The non-secure context should have been + * set on this cpu prior to suspension. */ assert(cm_get_context(mpidr, NON_SECURE)); cm_set_next_eret_context(NON_SECURE); + cm_init_pcpu_ptr_cache(); write_vbar_el3((uint64_t) runtime_exceptions); /* |