forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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