diff options
Diffstat (limited to 'hw/p7ioc-phb.c')
-rw-r--r-- | hw/p7ioc-phb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/p7ioc-phb.c b/hw/p7ioc-phb.c index bad7d0a6..a2984d09 100644 --- a/hw/p7ioc-phb.c +++ b/hw/p7ioc-phb.c @@ -1692,8 +1692,7 @@ static int64_t p7ioc_phb_mmio_enable(struct phb *phb, data64 |= IODA_M64BT_ENABLE; } else if (enable == OPAL_DISABLE_M64) { data64 &= ~IODA_M64BT_ENABLE; - } else - return OPAL_PARAMETER; + } p7ioc_phb_ioda_sel(p, IODA_TBL_M64BT, window_num, false); out_be64(p->regs + PHB_IODA_DATA0, data64); |