Skip to content

Commit d48085f

Browse files
travis@sgi.comKAGA-KOKO
authored andcommitted
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 <mike.travis@hpe.com> Reviewed-by: Russ Anderson <russ.anderson@hpe.com> Link: http://lkml.kernel.org/r/20170215001129.068078379@asylum.americas.sgi.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 parent 1e74016 commit d48085f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/platform/uv/uv_nmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
static struct uv_hub_nmi_s **uv_hub_nmi_list;
6666

6767
DEFINE_PER_CPU(struct uv_cpu_nmi_s, uv_cpu_nmi);
68-
EXPORT_PER_CPU_SYMBOL_GPL(uv_cpu_nmi);
6968

7069
/* UV hubless values */
7170
#define NMI_CONTROL_PORT 0x70

0 commit comments

Comments
 (0)