]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 16 Sep 2009 02:30:08 +0000 (21:30 -0500)
commit3e3c9c157b89eab2dc2f897899b1b95cd70c1a58
treef1bc9559380f022528f8a3836fa8f1a2efd555a1
parentdcc87dd58db466caa2d66755c5ec9455edf42fe8
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