[PATCH v2 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
Sven Schnelle
svens at stackframe.org
Wed Jul 10 05:43:25 AEST 2019
It's not used anywhere so just drop it.
Signed-off-by: Sven Schnelle <svens at stackframe.org>
---
kernel/kexec_elf.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/kernel/kexec_elf.c b/kernel/kexec_elf.c
index effe9dc0b055..70d31b8feeae 100644
--- a/kernel/kexec_elf.c
+++ b/kernel/kexec_elf.c
@@ -8,8 +8,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.20.1
More information about the Linuxppc-dev
mailing list