diff options
author | Wolfgang Denk <wd@denx.de> | 2007-09-08 20:52:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-09-08 20:52:57 +0200 |
commit | 87eb200ea87571f00473dc5a73fadbb5aa6dd309 (patch) | |
tree | ad48edbe0f860c7061597aa59320540881add629 /cpu/ppc4xx/traps.c | |
parent | fd63d832cd929f8e8d8fcac9b3e55b1091588a43 (diff) | |
parent | 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778 (diff) | |
download | u-boot-imx-87eb200ea87571f00473dc5a73fadbb5aa6dd309.zip u-boot-imx-87eb200ea87571f00473dc5a73fadbb5aa6dd309.tar.gz u-boot-imx-87eb200ea87571f00473dc5a73fadbb5aa6dd309.tar.bz2 |
Merge with /home/raj/git/u-boot#440SPe_PCIe_fixes
Diffstat (limited to 'cpu/ppc4xx/traps.c')
-rw-r--r-- | cpu/ppc4xx/traps.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpu/ppc4xx/traps.c b/cpu/ppc4xx/traps.c index f5365cb..38b6f89 100644 --- a/cpu/ppc4xx/traps.c +++ b/cpu/ppc4xx/traps.c @@ -151,12 +151,6 @@ MachineCheckException(struct pt_regs *regs) int uncorr_ecc = 0; #endif - /* Probing PCI(E) using config cycles may cause this exception - * when a device is not present. To gracefully recover in such - * scenarios config read/write routines need to be instrumented in - * order to return via fixup handler. For examples refer to - * pcie_in_8(), pcie_in_le16() and pcie_in_le32() - */ if ((fixup = search_exception_table(regs->nip)) != 0) { regs->nip = fixup; val = mfspr(MCSR); |