aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/uv
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-13 09:25:08 +0200
committerTony Luck <tony.luck@intel.com>2019-08-16 11:33:57 -0700
commit16567ca85fce11e2a20f22404ed0ceb133c4408e (patch)
treefe3533048d67267eb02215f8eafebe431c5f54da /arch/ia64/uv
parentia64: remove the SGI UV simulator support (diff)
downloadlinux-dev-16567ca85fce11e2a20f22404ed0ceb133c4408e.tar.xz
linux-dev-16567ca85fce11e2a20f22404ed0ceb133c4408e.zip
ia64: remove the unused sn_coherency_id symbol
The sn_coherency_id symbol isn't used anywhere, remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lkml.kernel.org/r/20190813072514.23299-23-hch@lst.de Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/uv')
-rw-r--r--arch/ia64/uv/kernel/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ia64/uv/kernel/setup.c b/arch/ia64/uv/kernel/setup.c
index 6ac4bd314d92..b081f5138f5c 100644
--- a/arch/ia64/uv/kernel/setup.c
+++ b/arch/ia64/uv/kernel/setup.c
@@ -16,9 +16,6 @@
DEFINE_PER_CPU(struct uv_hub_info_s, __uv_hub_info);
EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info);
-long sn_coherency_id;
-EXPORT_SYMBOL_GPL(sn_coherency_id);
-
struct redir_addr {
unsigned long redirect;
unsigned long alias;