[PATCH v5 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
Sven Schnelle
svens at stackframe.org
Sat Aug 24 05:49:16 AEST 2019
It's not used anywhere so just drop it.
Signed-off-by: Sven Schnelle <svens at stackframe.org>
Reviewed-by: Thiago Jung Bauermann <bauerman at linux.ibm.com>
---
kernel/kexec_elf.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/kernel/kexec_elf.c b/kernel/kexec_elf.c
index 137037603117..87935bd5e2ba 100644
--- a/kernel/kexec_elf.c
+++ b/kernel/kexec_elf.c
@@ -21,8 +21,6 @@
#include <linux/slab.h>
#include <linux/types.h>
-#define PURGATORY_STACK_SIZE (16 * 1024)
-
#define elf_addr_to_cpu elf64_to_cpu
#ifndef Elf_Rel
--
2.23.0.rc1
More information about the Linuxppc-dev
mailing list