diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-08-03 18:22:22 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 12:26:30 (GMT) |
commit | 9bb4d9dfd890372092338cc460b3f921c8be8e31 (patch) | |
tree | 077a03bbc30b469570dac19670e70b6b109192a7 /Documentation | |
parent | 8a1492370b493cf680b86885286f07cb9b967716 (diff) | |
download | linux-fsl-qoriq-9bb4d9dfd890372092338cc460b3f921c8be8e31.tar.xz |
Documentation: Mention that KProbes is supported on MIPS
MIPS now has KProbes support, so kprobes.txt should reflect it.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
To: ananth@in.ibm.com
To: anil.s.keshavamurthy@intel.com
To: davem@davemloft.net
To: masami.hiramatsu.pt@hitachi.com
Cc: linux-kernel@vger.kernel.org
Cc: hschauhan@nulltrace.org
Patchwork: https://patchwork.linux-mips.org/patch/1527/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'Documentation')
-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 6653017..1762b81 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 |