提交 d48085f0 编写于 作者: T travis@sgi.com 提交者: Thomas Gleixner

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: NMike Travis <mike.travis@hpe.com>
Reviewed-by: NRuss Anderson <russ.anderson@hpe.com>
Link: http://lkml.kernel.org/r/20170215001129.068078379@asylum.americas.sgi.comSigned-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 1e740163
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
static struct uv_hub_nmi_s **uv_hub_nmi_list; static struct uv_hub_nmi_s **uv_hub_nmi_list;
DEFINE_PER_CPU(struct uv_cpu_nmi_s, uv_cpu_nmi); DEFINE_PER_CPU(struct uv_cpu_nmi_s, uv_cpu_nmi);
EXPORT_PER_CPU_SYMBOL_GPL(uv_cpu_nmi);
/* UV hubless values */ /* UV hubless values */
#define NMI_CONTROL_PORT 0x70 #define NMI_CONTROL_PORT 0x70
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册