* [patch] Add partition id and region size to UV.
@ 2008-10-23 19:12 Russ Anderson
0 siblings, 0 replies; only message in thread
From: Russ Anderson @ 2008-10-23 19:12 UTC (permalink / raw)
To: linux-ia64
Add partition id and region size to UV.
Signed-off-by: Russ Anderson <rja@sgi.com>
---
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@sgi.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-23 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 19:12 [patch] Add partition id and region size to UV Russ Anderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox