[Skiboot] [PATCH v2 13/17] xive/p9: remove ACK# setting in the NVT

Cédric Le Goater clg at kaod.org
Fri Sep 13 03:22:14 AEST 2019


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 at kaod.org>
---
 hw/xive.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/xive.c b/hw/xive.c
index 92133e8c0636..6572a45f57be 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -4719,7 +4719,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:
-- 
2.21.0



More information about the Skiboot mailing list