diff options
author | James Hogan <jhogan@kernel.org> | 2017-10-24 16:35:09 +0100 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-02-22 11:07:37 +0000 |
commit | 6a7676852ec9ed1ea80e262076c7a915923108c3 (patch) | |
tree | f45d3ac8248c3c91863e8ae4ec851b6c9f710f97 /Documentation/dev-tools/kmemleak.rst | |
parent | 298910619d13e9c04680e923fef1e5bbc1790d10 (diff) | |
download | op-kernel-dev-6a7676852ec9ed1ea80e262076c7a915923108c3.zip op-kernel-dev-6a7676852ec9ed1ea80e262076c7a915923108c3.tar.gz |
docs: Remove remaining references to metag
Remove any remaining references to the Meta architecture in
Documentation/, primarily from Documentation/features/.
Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-metag@vger.kernel.org
Cc: linux-doc@vger.kernel.org
Diffstat (limited to 'Documentation/dev-tools/kmemleak.rst')
-rw-r--r-- | Documentation/dev-tools/kmemleak.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kmemleak.rst b/Documentation/dev-tools/kmemleak.rst index cb88626..e6f5126 100644 --- a/Documentation/dev-tools/kmemleak.rst +++ b/Documentation/dev-tools/kmemleak.rst @@ -8,7 +8,7 @@ with the difference that the orphan objects are not freed but only reported via /sys/kernel/debug/kmemleak. A similar method is used by the Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in user-space applications. -Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390, metag and tile. +Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390 and tile. Usage ----- |