From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5] helo=mx0a-001b2d01.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i0FBZ-0006RG-EZ for kexec@lists.infradead.org; Wed, 21 Aug 2019 01:13:14 +0000 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x7L1CW6T075466 for ; Tue, 20 Aug 2019 21:13:12 -0400 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by mx0b-001b2d01.pphosted.com with ESMTP id 2ugsqwvrn6-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 20 Aug 2019 21:13:12 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Aug 2019 02:13:11 +0100 References: <20190715082702.27308-1-svens@stackframe.org> <20190715082702.27308-5-svens@stackframe.org> <87v9urmixq.fsf@morokweng.localdomain> From: Thiago Jung Bauermann Subject: Re: [PATCH v4 4/7] kexec_elf: remove PURGATORY_STACK_SIZE In-reply-to: <87v9urmixq.fsf@morokweng.localdomain> Date: Tue, 20 Aug 2019 22:13:01 -0300 MIME-Version: 1.0 Message-Id: <87o90jmici.fsf@morokweng.localdomain> 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 Thiago Jung Bauermann writes: > 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? Sorry, forgot to add: Reviewed-by: Thiago Jung Bauermann -- Thiago Jung Bauermann IBM Linux Technology Center _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec