commit | bb3ab6cb55f2e60a9743d94ea5bb3390292184c6 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Nov 26 20:38:49 2018 +0000 |
committer | Andrew Scull <ascull@google.com> | Wed Feb 20 15:59:30 2019 +0000 |
tree | 41a0cc394910ed5d20d1aef480df02f746ae6422 | |
parent | 1bb0aec3746ea326ef9c97628a590515d259e53d [diff] [blame] |
Get the cpu IDs from the FDT. These are the IDs used to identify cores in PSCI. Change-Id: I9e88a6c69f963864591e39f0191cdd5ce824ce6d
diff --git a/src/load.c b/src/load.c index 11e5568..30de46f 100644 --- a/src/load.c +++ b/src/load.c
@@ -348,7 +348,7 @@ dlog("Loaded with %u vcpus, entry at 0x%x\n", cpu, pa_addr(secondary_mem_begin)); - vm_start_vcpu(vm, 0, secondary_entry, 0); + vm_secondary_start_vcpu(vm, 0, secondary_entry, 0); } /*