summaryrefslogtreecommitdiff
path: root/arch/s390/boot/stackprotector.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/boot/stackprotector.c')
-rw-r--r--arch/s390/boot/stackprotector.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/boot/stackprotector.c b/arch/s390/boot/stackprotector.c
new file mode 100644
index 000000000000..68494940c12a
--- /dev/null
+++ b/arch/s390/boot/stackprotector.c
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+
+#define boot_fmt(fmt) "stackprot: " fmt
+
+#include "boot.h"
+#include "../kernel/stackprotector.c"