|
@@ -1751,7 +1751,8 @@ static void activation_descriptor_init(int node, int pnode, int base_pnode)
|
|
|
uv1 = 1;
|
|
|
|
|
|
/* the 14-bit pnode */
|
|
|
- write_mmr_descriptor_base(pnode, (n << UV_DESC_PSHIFT | m));
|
|
|
+ write_mmr_descriptor_base(pnode,
|
|
|
+ (n << UVH_LB_BAU_SB_DESCRIPTOR_BASE_NODE_ID_SHFT | m));
|
|
|
/*
|
|
|
* Initializing all 8 (ITEMS_PER_DESC) descriptors for each
|
|
|
* cpu even though we only use the first one; one descriptor can
|