We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c5ea61 + 60719e4 commit 96df1f1Copy full SHA for 96df1f1
plat/arm/css/common/css_pm.c
@@ -130,9 +130,6 @@ static void css_power_down_common(const psci_power_state_t *target_state)
130
/* Prevent interrupts from spuriously waking up this cpu */
131
plat_arm_gic_cpuif_disable();
132
133
- /* Turn redistributor off */
134
- plat_arm_gic_redistif_off();
135
-
136
/* Cluster is to be turned off, so disable coherency */
137
if (CSS_CLUSTER_PWR_STATE(target_state) == ARM_LOCAL_STATE_OFF) {
138
plat_arm_interconnect_exit_coherency();
0 commit comments