Skip to content

Commit

Permalink
xive/p9: remove ACK# setting in the NVT
Browse files Browse the repository at this point in the history
The pressure relief is disabled (PC_TCTXT_CFG_STORE_ACK) because we
use the same field in the NVT W1 to stash the VP END base index.

We do not need to disable manually the ACK# register in the NVT W5.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
legoater authored and oohal committed Nov 3, 2019
1 parent 0118b0a commit 4f194e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/xive.c
Expand Up @@ -4728,7 +4728,6 @@ static int64_t opal_xive_alloc_vp_block(uint32_t alloc_order)
*/
memset(vp, 0, sizeof(*vp));
vp->w1 = (blk << 28) | eqs;
vp->w5 = 0xff000000;
}
return vp_base;
fail:
Expand Down

0 comments on commit 4f194e7

Please sign in to comment.