ppc/85xx: Remove some bogus code from external interrupt handler.
authorScott Wood <scottwood@freescale.com>
Thu, 20 Aug 2009 22:45:00 +0000 (17:45 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:27 +0000 (09:04 -0500)
commitf761439418f589e16804061edeb848c8ae497091
treee1490daf0e99b71c4af27a754d55c24886b16975
parenteea886da9a7f4fc2cb27952ce460e9daae98d2d0
ppc/85xx: Remove some bogus code from external interrupt handler.

Skipping the interrupted instruction will accomplish nothing other
than turning a spurious interrupt into a crash.

External interrupts are not machine checks, so don't count them as such.

Signed-off-by: Scott Wood <scottwood@freescale.com>
cpu/mpc85xx/traps.c