mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 23:04:50 +00:00
docs(psci): drop outdated cache maintenance comment
The comment was written when cache maintenance had to be considered when calling this function. But that argument was dropped a while back and this comment no longer makes any sense. Change-Id: Ib68293f23cc3edca3010164dfe8866956b8e1a63 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
This commit is contained in:
parent
d0658e6086
commit
39fba640de
1 changed files with 0 additions and 6 deletions
|
@ -1041,12 +1041,6 @@ void psci_warmboot_entrypoint(void)
|
||||||
psci_set_pwr_domains_to_run(end_pwrlvl);
|
psci_set_pwr_domains_to_run(end_pwrlvl);
|
||||||
|
|
||||||
#if ENABLE_PSCI_STAT
|
#if ENABLE_PSCI_STAT
|
||||||
/*
|
|
||||||
* Update PSCI stats.
|
|
||||||
* Caches are off when writing stats data on the power down path.
|
|
||||||
* Since caches are now enabled, it's necessary to do cache
|
|
||||||
* maintenance before reading that same data.
|
|
||||||
*/
|
|
||||||
psci_stats_update_pwr_up(end_pwrlvl, &state_info);
|
psci_stats_update_pwr_up(end_pwrlvl, &state_info);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue