[patch] Add partition id and region size to UV.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add partition id and region size to UV.

Signed-off-by: Russ Anderson <rja@xxxxxxx>

---
The SGI xp drivers (drivers/misc/sgi-xp) are used on both
sn (Itanium) and uv (Tukwilla).  Using the same names 
(sn_coherency_id, sn_region_size) simplies the driver code.



 arch/ia64/uv/kernel/setup.c |    5 +++++
 1 file changed, 5 insertions(+)

Index: test/arch/ia64/uv/kernel/setup.c
===================================================================
--- test.orig/arch/ia64/uv/kernel/setup.c	2008-10-20 15:15:48.000000000 -0500
+++ test/arch/ia64/uv/kernel/setup.c	2008-10-23 13:26:29.690059958 -0500
@@ -21,6 +21,11 @@ EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info)
 int sn_prom_type;
 #endif
 
+long sn_partition_id;
+EXPORT_SYMBOL(sn_partition_id);
+long sn_region_size;
+EXPORT_SYMBOL(sn_region_size);
+
 struct redir_addr {
 	unsigned long redirect;
 	unsigned long alias;
-- 
Russ Anderson, OS RAS/Partitioning Project Lead  
SGI - Silicon Graphics Inc          rja@xxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux