xref: /linux/arch/s390/boot/kmsan.c (revision 6af91e3d2cfc8bb579b1aa2d22cd91f8c34acdf6)
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/kmsan-checks.h>
3 
4 void kmsan_unpoison_memory(const void *address, size_t size)
5 {
6 }
7