summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-05-04 20:15:26 +0300
committerThomas Gleixner <tglx@linutronix.de>2020-05-07 16:32:23 +0300
commit479d6d904557b774c1bd5b0338d8111dd2b322ee (patch)
tree7ba2100103539fe929fdb2b9f3a245474c3aa40f /arch/x86/kernel/apic
parentfbe1d37866d249b6936cf526592957725a941f95 (diff)
downloadlinux-479d6d904557b774c1bd5b0338d8111dd2b322ee.tar.xz
x86/platform/uv: Unexport uv_apicid_hibits
This variable is not used by modular code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200504171527.2845224-11-hch@lst.de
Diffstat (limited to 'arch/x86/kernel/apic')
-rw-r--r--arch/x86/kernel/apic/x2apic_uv_x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 8cf0e24cf883..10339ad02033 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -51,7 +51,6 @@ static struct {
static int uv_min_hub_revision_id;
unsigned int uv_apicid_hibits;
-EXPORT_SYMBOL_GPL(uv_apicid_hibits);
static struct apic apic_x2apic_uv_x;
static struct uv_hub_info_s uv_hub_info_node0;