mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +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
|
||||
|
||||
Reference in New Issue
Block a user