From 4f194e774a19209b3aa3ced8423ba3044f06f1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 1 Oct 2019 08:59:58 +0200 Subject: [PATCH] xive/p9: remove ACK# setting in the NVT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Oliver O'Halloran --- hw/xive.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xive.c b/hw/xive.c index ff5a1bed847d..0156ae66e150 100644 --- a/hw/xive.c +++ b/hw/xive.c @@ -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: