aboutsummaryrefslogtreecommitdiff
path: root/hw/xive.c
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2019-10-01 08:59:58 +0200
committerOliver O'Halloran <oohall@gmail.com>2019-11-04 10:52:47 +1100
commit4f194e774a19209b3aa3ced8423ba3044f06f1aa (patch)
treeaab133a36c43dca95b1d683260076adf18502bac /hw/xive.c
parent0118b0a2e4b9a55a8e7a344183d9b594ce710e98 (diff)
downloadskiboot-4f194e774a19209b3aa3ced8423ba3044f06f1aa.zip
skiboot-4f194e774a19209b3aa3ced8423ba3044f06f1aa.tar.gz
skiboot-4f194e774a19209b3aa3ced8423ba3044f06f1aa.tar.bz2
xive/p9: remove ACK# setting in the NVT
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>
Diffstat (limited to 'hw/xive.c')
-rw-r--r--hw/xive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xive.c b/hw/xive.c
index ff5a1be..0156ae6 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: