Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120975
b: refs/heads/master
c: 31de5ec
h: refs/heads/master
i:
  120973: ac98b3c
  120971: 850e55b
  120967: f749919
  120959: a55df9e
v: v3
  • Loading branch information
Dean Nelson authored and H. Peter Anvin committed Nov 6, 2008
1 parent 13b56f6 commit 486e08a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2525789b4694d78df4f001063f042b2b74227d26
refs/heads/master: 31de5ece351a218a35b9bf83ab05a14373261bb6
4 changes: 2 additions & 2 deletions trunk/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 486e08a

Please sign in to comment.