summaryrefslogtreecommitdiff
path: root/arch/s390/boot/kmsan.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/boot/kmsan.c')
-rw-r--r--arch/s390/boot/kmsan.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/boot/kmsan.c b/arch/s390/boot/kmsan.c
new file mode 100644
index 000000000000..e7b3ac48143e
--- /dev/null
+++ b/arch/s390/boot/kmsan.c
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+#include <linux/kmsan-checks.h>
+
+void kmsan_unpoison_memory(const void *address, size_t size)
+{
+}