sh: Generic kgdb stub support.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 11 Dec 2008 09:46:46 +0000 (18:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:04 +0000 (18:44 +0900)
commitab6e570ba33dbee18c2520d386e0f367a9b573c3
tree7594192d10726e72bf7744bb83bdc0c9a30891d1
parentd7b01f78a3ae6a3cc21a16a1a3d377adc2227537
sh: Generic kgdb stub support.

This migrates from the old bitrotted kgdb stub implementation and moves
to the generic stub. In the process support for SH-2/SH-2A is also added,
which the old stub never provided.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
15 files changed:
arch/sh/Kconfig
arch/sh/Kconfig.debug
arch/sh/include/asm/kgdb.h
arch/sh/include/asm/system.h
arch/sh/kernel/Makefile_32
arch/sh/kernel/cpu/sh3/entry.S
arch/sh/kernel/cpu/sh3/ex.S
arch/sh/kernel/debugtraps.S
arch/sh/kernel/entry-common.S
arch/sh/kernel/kgdb.c [new file with mode: 0644]
arch/sh/kernel/kgdb_jmp.S [deleted file]
arch/sh/kernel/kgdb_stub.c [deleted file]
arch/sh/kernel/time_32.c
arch/sh/kernel/traps_32.c
arch/sh/mm/fault_32.c