Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31de5ece authored by Dean Nelson's avatar Dean Nelson Committed by H. Peter Anvin
Browse files

sgi-xp: define xp_partition_id and xp_region_size



Define xp_partition_id and xp_region_size to their correct values.

Signed-off-by: default avatarDean Nelson <dcn@sgi.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 2525789b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;