diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-07-07 12:09:22 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-13 18:57:50 +0300 |
commit | db6f369d5b2a9da5c5dfa7c56ffafe848f3f05e7 (patch) | |
tree | 540517c586d4f49f5fd306db1cef8b4cf6971d51 /Documentation/features | |
parent | 3a63e9fcc8101e431dfcbd77f9afa435a9333b16 (diff) | |
download | linux-db6f369d5b2a9da5c5dfa7c56ffafe848f3f05e7.tar.xz |
Documentation/features: Remove unicore32 from kcov and kmemleak
Commit 3839a7460721 ("Documentation/features: Add kcov") and
commit 4641961cff2f ("Documentation/features: Add kmemleak") were added
shortly after the unicore32 port was removed in commit fb37409a01b0
("arch: remove unicore32 port"). Remove the unicore32 feature lines from
kcov and kmemleak as well.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/r/20200707090922.4746-1-tklauser@distanz.ch
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/features')
-rw-r--r-- | Documentation/features/debug/kcov/arch-support.txt | 1 | ||||
-rw-r--r-- | Documentation/features/debug/kmemleak/arch-support.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/features/debug/kcov/arch-support.txt b/Documentation/features/debug/kcov/arch-support.txt index 52f23baca45d..ab0ee1c933c2 100644 --- a/Documentation/features/debug/kcov/arch-support.txt +++ b/Documentation/features/debug/kcov/arch-support.txt @@ -28,7 +28,6 @@ | sh: | TODO | | sparc: | TODO | | um: | ok | - | unicore32: | TODO | | x86: | ok | | xtensa: | TODO | ----------------------- diff --git a/Documentation/features/debug/kmemleak/arch-support.txt b/Documentation/features/debug/kmemleak/arch-support.txt index d7a0b05c3bf8..b7e4f3608838 100644 --- a/Documentation/features/debug/kmemleak/arch-support.txt +++ b/Documentation/features/debug/kmemleak/arch-support.txt @@ -28,7 +28,6 @@ | sh: | ok | | sparc: | ok | | um: | ok | - | unicore32: | TODO | | x86: | ok | | xtensa: | ok | ----------------------- |