aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/uv
diff options
context:
space:
mode:
authorRuss Anderson <rja@sgi.com>2008-11-03 17:58:51 -0500
committerTony Luck <tony.luck@intel.com>2008-11-04 14:29:39 -0500
commit9ac8d3fb22b593d39d161dcd716af0f1f7546837 (patch)
treefa994c66e0401249780cf83107b9861184724165 /arch/ia64/uv
parent75fa67706cce5272bcfc51ed646f2da21f3bdb6e (diff)
[IA64] Simplify SGI uv vs. sn2 driver issues
Add partition id, coherence id, and region size to UV to make life simpler for drivers shared between sn2 & uv. Signed-off-by: Russ Anderson <rja@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/uv')
-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);
19 19
20#ifdef CONFIG_IA64_SGI_UV 20#ifdef CONFIG_IA64_SGI_UV
21int sn_prom_type; 21int sn_prom_type;
22long sn_partition_id;
23EXPORT_SYMBOL(sn_partition_id);
24long sn_coherency_id;
25EXPORT_SYMBOL_GPL(sn_coherency_id);
26long sn_region_size;
27EXPORT_SYMBOL(sn_region_size);
22#endif 28#endif
23 29
24struct redir_addr { 30struct redir_addr {