forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/include/asm/idmap.h
....@@ -3,10 +3,10 @@
33 #define __ASM_IDMAP_H
44
55 #include <linux/compiler.h>
6
-#include <asm/pgtable.h>
6
+#include <linux/pgtable.h>
77
88 /* Tag a function as requiring to be executed via an identity mapping. */
9
-#define __idmap __section(.idmap.text) noinline notrace
9
+#define __idmap __section(".idmap.text") noinline notrace
1010
1111 extern pgd_t *idmap_pgd;
1212