aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/ptdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/ptdump.h')
-rw-r--r--arch/s390/include/asm/ptdump.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/s390/include/asm/ptdump.h b/arch/s390/include/asm/ptdump.h
new file mode 100644
index 000000000000..f960b2896606
--- /dev/null
+++ b/arch/s390/include/asm/ptdump.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef _ASM_S390_PTDUMP_H
+#define _ASM_S390_PTDUMP_H
+
+void ptdump_check_wx(void);
+
+static inline void debug_checkwx(void)
+{
+ if (IS_ENABLED(CONFIG_DEBUG_WX))
+ ptdump_check_wx();
+}
+
+#endif /* _ASM_S390_PTDUMP_H */