diff mbox

[3/4] phb4: Enable EEH for MMIO

Message ID 20170410015737.9487-4-ruscur@russell.cc
State Superseded
Headers show

Commit Message

Russell Currey April 10, 2017, 1:57 a.m. UTC
Now that fence detection is implemented, EEH for MMIO can be turned on.

Signed-off-by: Russell Currey <ruscur@russell.cc>
---
 hw/phb4.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/hw/phb4.c b/hw/phb4.c
index 2b2d2ab7..7a212809 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2824,7 +2824,6 @@  static void phb4_init_hw(struct phb4 *p, bool first_init)
 	/* Init_16 - PHB Control */
 	out_be64(p->regs + PHB_CTRLR,
 		 PHB_CTRLR_IRQ_PGSZ_64K |
-		 PHB_CTRLR_MMIO_EEH_DISABLE | /* EEH disable for now ! */
 		 SETFIELD(PHB_CTRLR_TVT_ADDR_SEL, 0ull, TVT_2_PER_PE));
 
 	/* Init_17..40 - Architected IODA3 inits */