diff options
author | Nicolas Pitre <nico@cam.org> | 2007-12-03 17:15:52 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:25:17 +0000 |
commit | 5de865b4c5af253db19bdae3c0553952dc7eda1d (patch) | |
tree | 762fb0ecfa34794e35b1993ce731c679659f5154 /Documentation/kprobes.txt | |
parent | 796969104cab0d454dbc792ad0d12a4f365a8564 (diff) | |
download | linux-5de865b4c5af253db19bdae3c0553952dc7eda1d.tar.gz linux-5de865b4c5af253db19bdae3c0553952dc7eda1d.tar.bz2 linux-5de865b4c5af253db19bdae3c0553952dc7eda1d.zip |
ARM kprobes: let's enable it
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'Documentation/kprobes.txt')
-rw-r--r-- | Documentation/kprobes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index cb12ae175aa2..53a63890aea4 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt @@ -141,6 +141,7 @@ architectures: - ppc64 - ia64 (Does not support probes on instruction slot1.) - sparc64 (Return probes not yet implemented.) +- arm 3. Configuring Kprobes |