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:
Ciro Santilli 六四事件 法轮功
2019-08-21 00:00:00 +00:00
parent 6f88fa17bc
commit f28191a735
21 changed files with 336 additions and 89 deletions

7
lkmc.h
View File

@@ -1,4 +1,7 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#lkmc-c */
/* https://cirosantilli.com/linux-kernel-module-cheat#lkmc-c
*
* This toplevel header includes all the lkmc/ *.h headers.
*/
#ifndef LKMC_H
#define LKMC_H
@@ -69,4 +72,6 @@ void lkmc_assert_memcmp(const void *s1, const void *s2, size_t n, uint32_t line)
#error
#endif
#include <lkmc/m5ops.h>
#endif