[PATCH 3/4] sgi-xp: define xp_partition_id and xp_region_size

From: Dean Nelson
Date: Tue Oct 21 2008 - 17:24:50 EST


Define xp_partition_id and xp_region_size to their correct values.

Signed-off-by: Dean Nelson <dcn@xxxxxxx>

---

drivers/misc/sgi-xp/xp_uv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux/drivers/misc/sgi-xp/xp_uv.c
===================================================================
--- linux.orig/drivers/misc/sgi-xp/xp_uv.c 2008-10-20 14:21:31.000000000 -0500
+++ linux/drivers/misc/sgi-xp/xp_uv.c 2008-10-20 14:29:31.000000000 -0500
@@ -119,8 +119,8 @@ xp_init_uv(void)
BUG_ON(!is_uv());

xp_max_npartitions = XP_MAX_NPARTITIONS_UV;
- xp_partition_id = 0; /* !!! not correct value */
- xp_region_size = 0; /* !!! not correct value */
+ xp_partition_id = sn_partition_id;
+ xp_region_size = sn_region_size;

xp_pa = xp_pa_uv;
xp_remote_memcpy = xp_remote_memcpy_uv;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/