diff options
author | Ilkka Koskinen <[email protected]> | 2023-10-12 00:41:03 -0700 |
---|---|---|
committer | Will Deacon <[email protected]> | 2023-10-12 12:32:36 +0100 |
commit | 0abe7f61c28d62ee0530c31589e6ea209aa82cbd (patch) | |
tree | 3908788f6d1c9628f5d8b147ca8d42d1d43f6273 | |
parent | 53a810ad3c5cde674cac71e629e6d10bfc9d838c (diff) |
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 <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]/
Fixes: 53a810ad3c5c ("perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU")
Signed-off-by: Ilkka Koskinen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
-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 |