diff options
author | Ilkka Koskinen <ilkka@os.amperecomputing.com> | 2023-10-12 10:41:03 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-10-12 14:32:36 +0300 |
commit | 0abe7f61c28d62ee0530c31589e6ea209aa82cbd (patch) | |
tree | 3908788f6d1c9628f5d8b147ca8d42d1d43f6273 | |
parent | 53a810ad3c5cde674cac71e629e6d10bfc9d838c (diff) | |
download | linux-0abe7f61c28d62ee0530c31589e6ea209aa82cbd.tar.xz |
docs/perf: Add ampere_cspmu to toctree to fix a build warning
Add ampere_cspmu to toctree in order to address the following warning
produced when building documents:
Documentation/admin-guide/perf/ampere_cspmu.rst: WARNING: document isn't included in any toctree
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20231011172250.5a6498e5@canb.auug.org.au/
Fixes: 53a810ad3c5c ("perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU")
Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com>
Link: https://lore.kernel.org/r/20231012074103.3772114-1-ilkka@os.amperecomputing.com
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | Documentation/admin-guide/perf/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/perf/index.rst b/Documentation/admin-guide/perf/index.rst index f60be04e4e33..a2e6f2c81146 100644 --- a/Documentation/admin-guide/perf/index.rst +++ b/Documentation/admin-guide/perf/index.rst @@ -22,3 +22,4 @@ Performance monitor support nvidia-pmu meson-ddr-pmu cxl + ampere_cspmu |