]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/powerpc/mm/mmu_decl.h
Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[linux.git] / arch / powerpc / mm / mmu_decl.h
index 8e99649c24fc4d47341d570a5e29c4e01fb80e95..7097e07a209a75589f2b5f8afe25491d1e5a0f5d 100644 (file)
@@ -181,3 +181,9 @@ void mmu_mark_rodata_ro(void);
 static inline void mmu_mark_initmem_nx(void) { }
 static inline void mmu_mark_rodata_ro(void) { }
 #endif
+
+#ifdef CONFIG_PPC_DEBUG_WX
+void ptdump_check_wx(void);
+#else
+static inline void ptdump_check_wx(void) { }
+#endif