Move all non-README links to cirosantilli.com where the file is not cut off...

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-07 00:00:01 +00:00
parent ec74746707
commit 28cd27f969
380 changed files with 419 additions and 419 deletions

View File

@@ -33,7 +33,7 @@
bl lkmc_assert_memcmp; \
;
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-calling-convention */
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-calling-convention */
#define LKMC_EPILOGUE \
add sp, 16; \
ldmia sp!, {r4-r12, lr}; \
@@ -41,7 +41,7 @@
bx lr; \
;
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-calling-convention */
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-calling-convention */
#define LKMC_PROLOGUE \
.text; \
.global main; \