mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: verify all non-README links with asciidoctor/extract-header-ids and git grep
Fix all the ~30 failures it found!
This commit is contained in:
@@ -39,7 +39,7 @@ cpu0_only:
|
||||
|
||||
#if !LKMC_GEM5
|
||||
/* Wake up CPU 1 from initial sleep!
|
||||
* See:https://github.com/cirosantilli/linux-kernel-module-cheat#psci
|
||||
* See:https://github.com/cirosantilli/linux-kernel-module-cheat#arm-psci
|
||||
*/
|
||||
/* PCSI function identifier: CPU_ON. */
|
||||
ldr w0, =0xc4000003
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#svc */
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-svc-instruction */
|
||||
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#svc */
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-svc-instruction */
|
||||
|
||||
#include <lkmc.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user