pcie-c2000: fix return from PCIe abort handler.

According to the ARMv7 Architecture Reference Manual, B1.9.8:

  "For an asynchronous abort, the PC and CPSR are considered to have
   already moved on to their values for the instruction following the
   instruction boundary at which the exception occurred."

This fixes a problem where the PC is incremented an extra four bytes and
the handler returns to the wrong instruction.

Change-Id: Ic02c3dc4e07422bdfee5c73f3b3966f78bbae592
1 file changed