aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: