From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.3 required=3.0 tests=BAYES_00,DATE_IN_PAST_06_12, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4C5F9C61DD8 for ; Wed, 28 Oct 2020 22:30:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E003220720 for ; Wed, 28 Oct 2020 22:30:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="iGlheWU/"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="uZ4q5iEH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387743AbgJ1Waf (ORCPT ); Wed, 28 Oct 2020 18:30:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387590AbgJ1W30 (ORCPT ); Wed, 28 Oct 2020 18:29:26 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7290EC0613D3; Wed, 28 Oct 2020 15:29:26 -0700 (PDT) Date: Wed, 28 Oct 2020 14:12:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1603894324; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EXxmKj+v4EMB2p2dT4DK72DXJA0Fy8oVpTc4Y0PzkWw=; b=iGlheWU/oN6/5nx9K0ZsRXLcUTT7v45A3vG/+dt+Bm0Q95TseVMEZ1kjv4e2i+1iUe/fNJ JI5Krlr41pbuFygIffjVrC3ier+xLNLq7KP2PLK3pLJsBTByj+ws8lkiT7Sv5YhT9VoQtI SHchE6WB/CuWi8yEh62BtWObE+scATZhi6Ym4UXKKSi6ONUuohw9fiXuJBXhgZoiEyW9UA 4AqUJ29/tIYk/NLLNMKGJQx/s8b6WZstVMl5TvtW0hAXIJQgroiNYTHYApO05ZbSmug398 FMrg+OZj5Sh+e13RIhVwe1kC79uK0czCrAI80sPsDQckTjNYxpFrDmrPgC1rfQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1603894324; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EXxmKj+v4EMB2p2dT4DK72DXJA0Fy8oVpTc4Y0PzkWw=; b=uZ4q5iEHVBTYpDytSSv2FD9qD3dWS2EZKgZtNJVAa1yGAWPBvy01fVIJET0OLpbJ02ysrN 8nONK0mNJkVAX/Bg== From: "tip-bot2 for Borislav Petkov" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/cleanups] x86/setup: Remove unused MCA variables Cc: Borislav Petkov , x86 , LKML In-Reply-To: <20201021165614.23023-1-bp@alien8.de> References: <20201021165614.23023-1-bp@alien8.de> MIME-Version: 1.0 Message-ID: <160389432296.397.3377847013706678496.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 0d847ce7c17613d63401ac82336ee1d5df749120 Gitweb: https://git.kernel.org/tip/0d847ce7c17613d63401ac82336ee1d5df749120 Author: Borislav Petkov AuthorDate: Wed, 21 Oct 2020 18:39:47 +02:00 Committer: Borislav Petkov CommitterDate: Wed, 28 Oct 2020 14:58:51 +01:00 x86/setup: Remove unused MCA variables Commit bb8187d35f82 ("MCA: delete all remaining traces of microchannel bus support.") removed the remaining traces of Micro Channel Architecture support but one trace remained - three variables in setup.c which have been unused since 2012 at least. Drop them finally. Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/20201021165614.23023-1-bp@alien8.de --- arch/x86/kernel/setup.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 84f581c..a23130c 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -119,11 +119,6 @@ EXPORT_SYMBOL(boot_cpu_data); unsigned int def_to_bigsmp; -/* For MCA, but anyone else can use it if they want */ -unsigned int machine_id; -unsigned int machine_submodel_id; -unsigned int BIOS_revision; - struct apm_info apm_info; EXPORT_SYMBOL(apm_info);