mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-22 06:51:10 +02:00
Merge "fix(plat/css): fix invalid redistributor poweroff" into integration
This commit is contained in:
commit
96df1f1db6
@ -130,9 +130,6 @@ static void css_power_down_common(const psci_power_state_t *target_state)
|
|||||||
/* Prevent interrupts from spuriously waking up this cpu */
|
/* Prevent interrupts from spuriously waking up this cpu */
|
||||||
plat_arm_gic_cpuif_disable();
|
plat_arm_gic_cpuif_disable();
|
||||||
|
|
||||||
/* Turn redistributor off */
|
|
||||||
plat_arm_gic_redistif_off();
|
|
||||||
|
|
||||||
/* Cluster is to be turned off, so disable coherency */
|
/* Cluster is to be turned off, so disable coherency */
|
||||||
if (CSS_CLUSTER_PWR_STATE(target_state) == ARM_LOCAL_STATE_OFF) {
|
if (CSS_CLUSTER_PWR_STATE(target_state) == ARM_LOCAL_STATE_OFF) {
|
||||||
plat_arm_interconnect_exit_coherency();
|
plat_arm_interconnect_exit_coherency();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user