diff options
author | Michael Neuling <mikey@neuling.org> | 2017-10-23 21:22:16 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-10-23 12:37:52 -0500 |
commit | a4c2d2fd5ba23712fb1fc9ce69f80b670c30c11e (patch) | |
tree | db199aee9256bdcc07530dcfce8023b162413154 | |
parent | 2d193827e45ded301312684011dea6a6459bab51 (diff) | |
download | skiboot-a4c2d2fd5ba23712fb1fc9ce69f80b670c30c11e.zip skiboot-a4c2d2fd5ba23712fb1fc9ce69f80b670c30c11e.tar.gz skiboot-a4c2d2fd5ba23712fb1fc9ce69f80b670c30c11e.tar.bz2 |
phb4: Remove unused code
This is old unused code from phb3 so just remove it.
No functional change
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | hw/phb4.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -3187,16 +3187,6 @@ static int64_t phb4_eeh_next_error(struct phb *phb, * for the case. */ if (p->err.err_class == PHB4_ERR_CLASS_ER) { -#if 0 - // FIXME XXXXX - fir = phb4_read_reg_asb(p, PHB_LEM_FIR_ACCUM); - if (fir & PPC_BIT(60)) { - phb4_pcicfg_read32(&p->phb, 0, - p->aercap + PCIECAP_AER_UE_STATUS, &cfg32); - if (cfg32 & PCIECAP_AER_UE_MALFORMED_TLP) - p->err.err_class = PHB4_ERR_CLASS_FENCED; - } -#endif } switch (p->err.err_class) { |