aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/traps.h
Commit message (Collapse)AuthorAge
* Blackfin: drop BF535-specific text for exception 0x2A (unaligned instruction)Yi Li2009-06-22
| | | | | | | | | We don't support the BF535 at all, and the exception 0x2A text specific to it is pretty verbose and confusing (since the behavior is simply odd), so punt it to keep the noise down. Signed-off-by: Yi Li <yi.li@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin arch: Better error handling of unknown exceptionsRobin Getz2008-10-08
| | | | | | | | | | 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>
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-26
Signed-off-by: Bryan Wu <cooloney@kernel.org>