sh: Add kprobes support.
authorChris Smith <chris.smith@st.com>
Fri, 5 Sep 2008 08:15:39 +0000 (17:15 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 8 Sep 2008 01:35:05 +0000 (10:35 +0900)
commitd39f5450146ff39f66cfde9d5184420627d0ac51
treef71bf54b0e633b5a0cf4ca9a72809ba26c813bda
parentb6c20e4290a1ef92bcef5ec9dd8e5c7d036153aa
sh: Add kprobes support.

Initial support for kprobes/kretprobes for 32-bit SH platforms.

[ General cleanup and some rework for the kretprobe hash lock. -- PFM ]

Signed-off-by: Chris Smith <chris.smith@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/include/asm/kprobes.h [new file with mode: 0644]
arch/sh/kernel/Makefile_32
arch/sh/kernel/kprobes.c [new file with mode: 0644]
arch/sh/kernel/traps_32.c