aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2017-04-19 15:14:07 +1000
committerMichael Neuling <mikey@neuling.org>2017-04-19 17:36:22 +1000
commit70bc11c40d57e9cb17999a55df8033a482211f23 (patch)
tree199c4f35ccc62b84382cdbd345992ae7880879d6 /hw
parenteee4c6990a9cae17daf818675e23cdbdbbc336b5 (diff)
downloadskiboot-70bc11c40d57e9cb17999a55df8033a482211f23.zip
skiboot-70bc11c40d57e9cb17999a55df8033a482211f23.tar.gz
skiboot-70bc11c40d57e9cb17999a55df8033a482211f23.tar.bz2
phb4: Enable EEH for MMIO
Now that fence detection is implemented, EEH for MMIO can be turned on. Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Michael Neuling <mikey@neuling.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/phb4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index e865d0d..5b2bf85 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 */