multicore: remove references to PCSI

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-26 00:00:00 +00:00
parent ba2976cc7f
commit 54e15e0433
3 changed files with 5 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ cpu0_only:
/* Wake up CPU 1 from initial sleep!
* See:https://github.com/cirosantilli/linux-kernel-module-cheat#psci
*/
/* Function identifier: PCSI CPU_ON. */
/* PCSI function identifier: CPU_ON. */
ldr w0, =0xc4000003
/* Argument 1: target_cpu */
mov x1, 1

View File

@@ -20,7 +20,7 @@ cpu1_sleep_forever:
b cpu1_sleep_forever
cpu0_only:
#if !defined(GEM5)
/* PCSI CPU_ON. */
/* PSCI CPU_ON. */
ldr r0, =0x84000003
mov r1, #1
ldr r2, =cpu1_only