From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755143AbcBPMPV (ORCPT ); Tue, 16 Feb 2016 07:15:21 -0500 Received: from terminus.zytor.com ([198.137.202.10]:43171 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754944AbcBPMPQ (ORCPT ); Tue, 16 Feb 2016 07:15:16 -0500 Date: Tue, 16 Feb 2016 04:14:33 -0800 From: tip-bot for Nicolas Iooss Message-ID: Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, bp@suse.de, peterz@infradead.org, mingo@kernel.org, hpa@zytor.com, tglx@linutronix.de, nicolas.iooss_linux@m4x.org Reply-To: nicolas.iooss_linux@m4x.org, tglx@linutronix.de, hpa@zytor.com, mingo@kernel.org, peterz@infradead.org, bp@suse.de, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org In-Reply-To: <1455453358-4088-1-git-send-email-nicolas.iooss_linux@m4x.org> References: <1455453358-4088-1-git-send-email-nicolas.iooss_linux@m4x.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/boot] x86/boot: Remove unused 'is_big_kernel' variable Git-Commit-ID: 25b4caf7c50e8c501310e8c515d8518b1850c948 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 25b4caf7c50e8c501310e8c515d8518b1850c948 Gitweb: http://git.kernel.org/tip/25b4caf7c50e8c501310e8c515d8518b1850c948 Author: Nicolas Iooss AuthorDate: Sun, 14 Feb 2016 13:35:58 +0100 Committer: Ingo Molnar CommitDate: Tue, 16 Feb 2016 09:16:58 +0100 x86/boot: Remove unused 'is_big_kernel' variable Variable is_big_kernel is defined in arch/x86/boot/tools/build.c but never used anywhere. Boris noted that its usage went away 7 years ago, as of: 5e47c478b0b6 ("x86: remove zImage support") Signed-off-by: Nicolas Iooss Reviewed-by: Borislav Petkov Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1455453358-4088-1-git-send-email-nicolas.iooss_linux@m4x.org Signed-off-by: Ingo Molnar --- 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 a7661c4..0702d25 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