From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751556AbcBNNu7 (ORCPT ); Sun, 14 Feb 2016 08:50:59 -0500 Received: from mail.skyhub.de ([78.46.96.112]:51100 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbcBNNu6 (ORCPT ); Sun, 14 Feb 2016 08:50:58 -0500 Date: Sun, 14 Feb 2016 14:50:53 +0100 From: Borislav Petkov To: Nicolas Iooss Cc: "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/boot: remove unused is_big_kernel variable Message-ID: <20160214135052.GA32622@pd.tnic> References: <1455453358-4088-1-git-send-email-nicolas.iooss_linux@m4x.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1455453358-4088-1-git-send-email-nicolas.iooss_linux@m4x.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 14, 2016 at 01:35:58PM +0100, Nicolas Iooss wrote: > Variable is_big_kernel is defined in arch/x86/boot/tools/build.c but > never used anywhere. > > Signed-off-by: Nicolas Iooss > --- > arch/x86/boot/tools/build.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c > index a7661c430cd9..0702d2531bc7 100644 > --- a/arch/x86/boot/tools/build.c > +++ b/arch/x86/boot/tools/build.c > @@ -49,7 +49,6 @@ typedef unsigned int u32; > > /* This must be large enough to hold the entire setup */ > u8 buf[SETUP_SECT_MAX*512]; > -int is_big_kernel; > > #define PECOFF_RELOC_RESERVE 0x20 > > -- Yap, that went out with 5e47c478b0b6 ("x86: remove zImage support") Reviewed-by: Borislav Petkov -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.