diff mbox

[v2,4/5] phb4: Enable EEH for MMIO

Message ID 20170419051408.26335-5-ruscur@russell.cc
State Accepted
Headers show

Commit Message

Russell Currey April 19, 2017, 5:14 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 e865d0d2..5b2bf851 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2839,7 +2839,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 */