mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
multicore: remove references to PCSI
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user