android_kernel_xiaomi_sm8350/arch/sh/kernel/cpu/sh3
Paul Mundt f413d0d9fa sh: Use a jump call table for debug trap handlers.
This rips out most of the needlessly complicated sh_bios and kgdb
trap handling, and forces it all through a common fast dispatch path.
As more debug traps are inserted, it's important to keep them in sync
for all of the parts, not just SH-3/4.

As the SH-2 parts are unable to do traps in the >= 0x40 range, we
restrict the debug traps to the 0x30-0x3f range on all parts, and
also bump the kgdb breakpoint trap down in to this range (from 0xff
to 0x3c) so it's possible to use for nommu.

Optionally, this table can be padded out to catch spurious traps for
SH-3/4, but we don't do that yet..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-02-13 10:54:43 +09:00
..
clock-sh3.c [PATCH] sh: Simplistic clock framework 2006-01-16 23:15:28 -08:00
clock-sh7300.c [PATCH] sh: Simplistic clock framework 2006-01-16 23:15:28 -08:00
clock-sh7705.c [PATCH] sh: Simplistic clock framework 2006-01-16 23:15:28 -08:00
clock-sh7706.c sh: Add support for SH7706/SH7710/SH7343 CPUs. 2006-09-27 17:38:11 +09:00
clock-sh7709.c sh: Clock framework tidying. 2006-12-06 10:45:40 +09:00
entry.S sh: Use a jump call table for debug trap handlers. 2007-02-13 10:54:43 +09:00
ex.S sh: Fix exception_handling_table alignment. 2006-10-19 16:30:32 +09:00
Makefile sh: Exception vector rework and SH-2/SH-2A support. 2006-12-06 10:45:36 +09:00
probe.c sh: Add support for SH7706/SH7710/SH7343 CPUs. 2006-09-27 17:38:11 +09:00
setup-sh7300.c sh: Add setup code for various CPU subtypes. 2006-09-27 17:30:35 +09:00
setup-sh7705.c sh: Add setup code for various CPU subtypes. 2006-09-27 17:30:35 +09:00
setup-sh7708.c sh: Add setup code for various CPU subtypes. 2006-09-27 17:30:35 +09:00
setup-sh7709.c sh: Add setup code for various CPU subtypes. 2006-09-27 17:30:35 +09:00
setup-sh7710.c sh: Add support for SH7706/SH7710/SH7343 CPUs. 2006-09-27 17:38:11 +09:00