Skip to content

Commit

Permalink
sgi-xp: define xp_partition_id and xp_region_size
Browse files Browse the repository at this point in the history
Define xp_partition_id and xp_region_size to their correct values.

Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
Dean Nelson authored and H. Peter Anvin committed Nov 6, 2008
1 parent 2525789 commit 31de5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/misc/sgi-xp/xp_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 31de5ec

Please sign in to comment.