diff options
author | travis@sgi.com <travis@sgi.com> | 2017-02-14 19:11:29 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-02-16 06:16:52 -0500 |
commit | d48085f0716f195ee7432de2dd110e2093c40fd5 (patch) | |
tree | e027e05120dfa53966164fbda25ca3894c99461c | |
parent | 1e74016370ec3d552a7f5df18bb2b0f1c80b5a9f (diff) |
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>
-rw-r--r-- | arch/x86/platform/uv/uv_nmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/uv/uv_nmi.c b/arch/x86/platform/uv/uv_nmi.c index 0ecd7bf7d2d3..9743d0ccfec6 100644 --- a/arch/x86/platform/uv/uv_nmi.c +++ b/arch/x86/platform/uv/uv_nmi.c | |||
@@ -65,7 +65,6 @@ | |||
65 | static struct uv_hub_nmi_s **uv_hub_nmi_list; | 65 | static struct uv_hub_nmi_s **uv_hub_nmi_list; |
66 | 66 | ||
67 | DEFINE_PER_CPU(struct uv_cpu_nmi_s, uv_cpu_nmi); | 67 | DEFINE_PER_CPU(struct uv_cpu_nmi_s, uv_cpu_nmi); |
68 | EXPORT_PER_CPU_SYMBOL_GPL(uv_cpu_nmi); | ||
69 | 68 | ||
70 | /* UV hubless values */ | 69 | /* UV hubless values */ |
71 | #define NMI_CONTROL_PORT 0x70 | 70 | #define NMI_CONTROL_PORT 0x70 |