]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita4e38447937eb24bdd5b978635d101c0046e4927
treef71bf54b0e633b5a0cf4ca9a72809ba26c813bda
parent49a6e48b7c9bfe5e8a2b6630c4fd3c06d36220a4
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