diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2022-07-13 20:14:25 -0700 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2022-07-14 00:54:46 -0700 |
commit | c49731a04e7c14b2ccd146a7fddf92e78ccae143 (patch) | |
tree | 89f61ec7d8bb96da9ceaa05ba3615f2876f488eb /Documentation/features | |
parent | 628ccfc8f5f79dd548319408fcc53949fe97b258 (diff) |
xtensa: enable KCOV support
Select ARCH_HAS_KCOV and set KCOV_INSTRUMENT = n inside
arch/xtensa/boot/lib.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'Documentation/features')
-rw-r--r-- | Documentation/features/debug/kcov/arch-support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/debug/kcov/arch-support.txt b/Documentation/features/debug/kcov/arch-support.txt index afb90bebded2..0a91f5ce34a9 100644 --- a/Documentation/features/debug/kcov/arch-support.txt +++ b/Documentation/features/debug/kcov/arch-support.txt @@ -27,5 +27,5 @@ | sparc: | TODO | | um: | ok | | x86: | ok | - | xtensa: | TODO | + | xtensa: | ok | ----------------------- |