Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Russ Anderson and committed by
Tony Luck
9ac8d3fb 75fa6770

+6
+6
arch/ia64/uv/kernel/setup.c
··· 19 19 20 20 #ifdef CONFIG_IA64_SGI_UV 21 21 int sn_prom_type; 22 + long sn_partition_id; 23 + EXPORT_SYMBOL(sn_partition_id); 24 + long sn_coherency_id; 25 + EXPORT_SYMBOL_GPL(sn_coherency_id); 26 + long sn_region_size; 27 + EXPORT_SYMBOL(sn_region_size); 22 28 #endif 23 29 24 30 struct redir_addr {