[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>
This commit is contained in:
@@ -19,6 +19,12 @@ EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info);
|
|||||||
|
|
||||||
#ifdef CONFIG_IA64_SGI_UV
|
#ifdef CONFIG_IA64_SGI_UV
|
||||||
int sn_prom_type;
|
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
|
#endif
|
||||||
|
|
||||||
struct redir_addr {
|
struct redir_addr {
|
||||||
|
Reference in New Issue
Block a user