From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754574AbdBPLTs (ORCPT ); Thu, 16 Feb 2017 06:19:48 -0500 Received: from terminus.zytor.com ([65.50.211.136]:54360 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752925AbdBPLTp (ORCPT ); Thu, 16 Feb 2017 06:19:45 -0500 Date: Thu, 16 Feb 2017 03:19:27 -0800 From: "tip-bot for travis@sgi.com" Message-ID: Cc: mingo@kernel.org, travis@sgi.com, linux-kernel@vger.kernel.org, russ.anderson@hpe.com, tglx@linutronix.de, hpa@zytor.com, mike.travis@hpe.com Reply-To: tglx@linutronix.de, hpa@zytor.com, russ.anderson@hpe.com, mike.travis@hpe.com, mingo@kernel.org, linux-kernel@vger.kernel.org, travis@sgi.com In-Reply-To: <20170215001129.068078379@asylum.americas.sgi.com> References: <20170215001129.068078379@asylum.americas.sgi.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/platform] x86/platform/UV/NMI: Fix uneccessary kABI breakage Git-Commit-ID: d48085f0716f195ee7432de2dd110e2093c40fd5 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: d48085f0716f195ee7432de2dd110e2093c40fd5 Gitweb: http://git.kernel.org/tip/d48085f0716f195ee7432de2dd110e2093c40fd5 Author: travis@sgi.com AuthorDate: Tue, 14 Feb 2017 18:11:29 -0600 Committer: Thomas Gleixner CommitDate: Thu, 16 Feb 2017 12:16:52 +0100 x86/platform/UV/NMI: Fix uneccessary kABI breakage The addition of support for UV Hubless systems unneccessarily broke the kABI for a symbol that is not used by external kernel modules. Remove the symbol from the EXPORT list. Signed-off-by: Mike Travis Reviewed-by: Russ Anderson Link: http://lkml.kernel.org/r/20170215001129.068078379@asylum.americas.sgi.com Signed-off-by: Thomas Gleixner --- arch/x86/platform/uv/uv_nmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/platform/uv/uv_nmi.c b/arch/x86/platform/uv/uv_nmi.c index 0ecd7bf..9743d0c 100644 --- a/arch/x86/platform/uv/uv_nmi.c +++ b/arch/x86/platform/uv/uv_nmi.c @@ -65,7 +65,6 @@ static struct uv_hub_nmi_s **uv_hub_nmi_list; DEFINE_PER_CPU(struct uv_cpu_nmi_s, uv_cpu_nmi); -EXPORT_PER_CPU_SYMBOL_GPL(uv_cpu_nmi); /* UV hubless values */ #define NMI_CONTROL_PORT 0x70