mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
baremetal aarch64: create C version of multicore.S as well
Attempted to do the same for arm, but it failed.
This commit is contained in:
@@ -113,7 +113,7 @@ int main(void) {
|
||||
enable_irq();
|
||||
}
|
||||
while (1) {
|
||||
lkmc_wfi();
|
||||
lkmc_arm_aarch64_wfi();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user