From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i0EzC-0000RC-TY for kexec@lists.infradead.org; Wed, 21 Aug 2019 01:00:28 +0000 References: <20190715082702.27308-1-svens@stackframe.org> <20190715082702.27308-5-svens@stackframe.org> From: Thiago Jung Bauermann Subject: Re: [PATCH v4 4/7] kexec_elf: remove PURGATORY_STACK_SIZE In-reply-to: <20190715082702.27308-5-svens@stackframe.org> Date: Tue, 20 Aug 2019 22:00:17 -0300 Message-ID: <87v9urmixq.fsf@morokweng.localdomain> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: kexec@lists.infradead.org Cc: linuxppc-dev@lists.ozlabs.org, deller@gmx.de, Sven Schnelle Sven Schnelle writes: > It's not used anywhere so just drop it. > > Signed-off-by: Sven Schnelle > --- > 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 > #include > > -#define PURGATORY_STACK_SIZE (16 * 1024) > - > #define elf_addr_to_cpu elf64_to_cpu > > #ifndef Elf_Rel Can you remove it from the file in arch/powerpc as well? -- Thiago Jung Bauermann IBM Linux Technology Center _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec