Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
41605ffe
Commit
41605ffe
authored
Jun 22, 2017
by
davidcunado-arm
Committed by
GitHub
Jun 22, 2017
Browse files
Merge pull request #988 from Leo-Yan/fix_cpu_off_v1
plat: Hikey960: fix the CPU hotplug
parents
e036660a
0aedca71
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/hisilicon/hikey960/hikey960_pm.c
View file @
41605ffe
...
...
@@ -102,7 +102,7 @@ void hikey960_pwr_domain_off(const psci_power_state_t *target_state)
hisi_powerdn_core
(
cluster
,
core
);
/* check if any core is powered up */
if
(
hisi_test_
pwrdn_allcores
(
cluster
,
core
))
{
if
(
hisi_test_
cpu_down
(
cluster
,
core
))
{
cci_disable_snoop_dvm_reqs
(
MPIDR_AFFLVL1_VAL
(
read_mpidr_el1
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment