Blackfin arch: Better error handling of unknown exceptions
authorRobin Getz <rgetz@blackfin.uclinux.org>
Wed, 8 Oct 2008 06:43:47 +0000 (14:43 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 8 Oct 2008 06:43:47 +0000 (14:43 +0800)
Better error handling of unknown exceptions, allows userspace to do a
EXCPT n instruction for a not installed exception handler, and the
kernel doesn't crash (like it use to before this).

Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

No differences found