]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm64/include/asm/cacheflush.h
arm64: add better page protections to arm64
[karo-tx-linux.git] / arch / arm64 / include / asm / cacheflush.h
index 7ae31a2cc6c0ba97780200bef8a0fe96c7a3127e..67d309cc3b6b806ea19620142171771e55e75e93 100644 (file)
@@ -152,4 +152,9 @@ int set_memory_ro(unsigned long addr, int numpages);
 int set_memory_rw(unsigned long addr, int numpages);
 int set_memory_x(unsigned long addr, int numpages);
 int set_memory_nx(unsigned long addr, int numpages);
+
+#ifdef CONFIG_DEBUG_RODATA
+void mark_rodata_ro(void);
+#endif
+
 #endif