From: Sven Schnelle Date: Fri, 23 Aug 2019 19:49:16 +0000 (+0200) Subject: kexec_elf: remove PURGATORY_STACK_SIZE X-Git-Tag: v5.4-rc1~188^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10ba459f870c7ca469e8190a704b9bbc1d513978;p=thirdparty%2Flinux.git kexec_elf: remove PURGATORY_STACK_SIZE It's not used anywhere so just drop it. Signed-off-by: Sven Schnelle Reviewed-by: Thiago Jung Bauermann Signed-off-by: Helge Deller --- diff --git a/kernel/kexec_elf.c b/kernel/kexec_elf.c index 137037603117f..87935bd5e2bab 100644 --- a/kernel/kexec_elf.c +++ b/kernel/kexec_elf.c @@ -21,8 +21,6 @@ #include #include -#define PURGATORY_STACK_SIZE (16 * 1024) - #define elf_addr_to_cpu elf64_to_cpu #ifndef Elf_Rel