commit | e957bd7e0eedd78794aed9851a82d7fd1901dc23 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Aug 20 17:45:00 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Sep 15 21:30:08 2009 -0500 |
tree | f1bc9559380f022528f8a3836fa8f1a2efd555a1 | |
parent | 31e60104a9b2a4c25c6c7ca491553ba6a4d03177 [diff] |
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>