summaryrefslogtreecommitdiffstats
path: root/arch/ia64/uv/kernel/setup.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-11-07 10:09:28 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-07 10:09:28 -0800
commitfed4d59b6ec5481caceb17863f19a0b0e5eaa939 (patch)
tree6e3244f82d9f42f1eccc49060330cb00c66f4151 /arch/ia64/uv/kernel/setup.c
parent8ec96e7bba2b8fa339b666354dffe3f47b9fa074 (diff)
parent17c1f07ed70afa4f3941745fc3cc173e2a0365fe (diff)
downloadlinux-fed4d59b6ec5481caceb17863f19a0b0e5eaa939.tar.gz
linux-fed4d59b6ec5481caceb17863f19a0b0e5eaa939.tar.bz2
linux-fed4d59b6ec5481caceb17863f19a0b0e5eaa939.zip
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6: [IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMP [IA64] fix boot panic caused by offline CPUs [IA64] reorder Kconfig options to match x86 [IA64] Build VT-D iommu support into generic kernel [IA64] remove dead BIO_VMERGE_BOUNDARY definition [IA64] remove duplicated #include from pci-dma.c [IA64] use common header for software IO/TLB [IA64] fix the difference between node_mem_map and node_start_pfn [IA64] Add error_recovery_info field to SAL section header [IA64] Add UV watchlist support. [IA64] Simplify SGI uv vs. sn2 driver issues
Diffstat (limited to 'arch/ia64/uv/kernel/setup.c')
-rw-r--r--arch/ia64/uv/kernel/setup.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ia64/uv/kernel/setup.c b/arch/ia64/uv/kernel/setup.c
index cf5f28ae96c4..7a5ae633198b 100644
--- a/arch/ia64/uv/kernel/setup.c
+++ b/arch/ia64/uv/kernel/setup.c
@@ -19,6 +19,12 @@ EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info);
#ifdef CONFIG_IA64_SGI_UV
int sn_prom_type;
+long sn_partition_id;
+EXPORT_SYMBOL(sn_partition_id);
+long sn_coherency_id;
+EXPORT_SYMBOL_GPL(sn_coherency_id);
+long sn_region_size;
+EXPORT_SYMBOL(sn_region_size);
#endif
struct redir_addr {