commit | 82bd1d7d45a69c54fb6beedb78ccb1c7d308dd93 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Jun 07 17:08:28 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Jun 13 07:20:09 2009 -0400 |
tree | f9a60086a663ab07304db13eacb53b7ce325b42f | |
parent | 6510a20e1b1a3a5703429a09d03adf44882ae373 [diff] |
Blackfin: push down exception oops checking Rather than maintain a duplicate list of valid exceptions we can take in the kernel both in the first if() check and the switch() check, delay the oops check to after the switch(). All valid exceptions will have returned by this point leaving only the invalid ones. Signed-off-by: Mike Frysinger <vapier@gentoo.org>