diff options
author | Chris Smith <chris.smith@st.com> | 2008-09-05 04:15:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-07 21:35:05 -0400 |
commit | d39f5450146ff39f66cfde9d5184420627d0ac51 (patch) | |
tree | f71bf54b0e633b5a0cf4ca9a72809ba26c813bda /arch/sh/Kconfig | |
parent | b6c20e4290a1ef92bcef5ec9dd8e5c7d036153aa (diff) |
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>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index af2b174fd7d9..334917a62ecf 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -20,6 +20,8 @@ config SUPERH | |||
20 | 20 | ||
21 | config SUPERH32 | 21 | config SUPERH32 |
22 | def_bool !SUPERH64 | 22 | def_bool !SUPERH64 |
23 | select HAVE_KPROBES | ||
24 | select HAVE_KRETPROBES | ||
23 | 25 | ||
24 | config SUPERH64 | 26 | config SUPERH64 |
25 | def_bool y if CPU_SH5 | 27 | def_bool y if CPU_SH5 |