diff options
Diffstat (limited to 'arch/s390/boot/stackprotector.c')
| -rw-r--r-- | arch/s390/boot/stackprotector.c | 6 |
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" |
