File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11/ *
2- * Copyright (c) 2016 - 2018 , ARM Limited and Contributors. All rights reserved.
2+ * Copyright (c) 2016 - 2023 , ARM Limited and Contributors. All rights reserved.
33 *
44 * SPDX - License - Identifier: BSD - 3 - Clause
55 * /
@@ -143,6 +143,7 @@ endfunc do_stack_maintenance
143143 * /
144144func psci_power_down_wfi
145145 dsb sy // ensure write buffer empty
146+ 1 :
146147 wfi
147- no_ret plat_panic_handler
148+ b 1b
148149endfunc psci_power_down_wfi
Original file line number Diff line number Diff line change 11/ *
2- * Copyright (c) 2014 - 2018 , ARM Limited and Contributors. All rights reserved.
2+ * Copyright (c) 2014 - 2023 , ARM Limited and Contributors. All rights reserved.
33 *
44 * SPDX - License - Identifier: BSD - 3 - Clause
55 * /
@@ -125,6 +125,7 @@ endfunc psci_do_pwrup_cache_maintenance
125125 * /
126126func psci_power_down_wfi
127127 dsb sy // ensure write buffer empty
128+ 1 :
128129 wfi
129- no_ret plat_panic_handler
130+ b 1b
130131endfunc psci_power_down_wfi
You can’t perform that action at this time.
0 commit comments