From: Mike Frysinger Date: Sun, 7 Jun 2009 21:08:28 +0000 (-0400) Subject: Blackfin: push down exception oops checking X-Git-Tag: v2.6.31-rc1~311^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82bd1d7d45a69c54fb6beedb78ccb1c7d308dd93;p=pandora-kernel.git 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 --- Reading git-diff-tree failed