diff options
author | David Daney <[email protected]> | 2010-08-03 11:22:22 -0700 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2010-08-05 13:26:30 +0100 |
commit | 9bb4d9dfd890372092338cc460b3f921c8be8e31 (patch) | |
tree | 077a03bbc30b469570dac19670e70b6b109192a7 | |
parent | 8a1492370b493cf680b86885286f07cb9b967716 (diff) |
Documentation: Mention that KProbes is supported on MIPS
MIPS now has KProbes support, so kprobes.txt should reflect it.
Signed-off-by: David Daney <[email protected]>
To: [email protected]
To: [email protected]
To: [email protected]
To: [email protected]
To: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1527/
Signed-off-by: Ralf Baechle <[email protected]>
-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 6653017680dd..1762b81fcdf2 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt @@ -285,6 +285,7 @@ architectures: - sparc64 (Return probes not yet implemented.) - arm - ppc +- mips 3. Configuring Kprobes |