aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <[email protected]>2024-06-17 08:08:48 +0200
committerJonathan Corbet <[email protected]>2024-06-17 16:44:36 -0600
commit9b8b80b9f6ddf84c6639dcb3eda3e20add588524 (patch)
tree3d1f0742b75fab9913952a2b22cd2b83985a5e63
parent4280517ebe15a52463966ae286e3219ffa32a2f8 (diff)
Documentation: Remove the unused "topology_updates" from kernel-parameters.txt
The "topology_updates" switch has been removed four years ago in commit c30f931e891e ("powerpc/numa: remove ability to enable topology updates"), so let's remove this from the documentation, too. Signed-off-by: Thomas Huth <[email protected]> Acked-by: Michael Ellerman <[email protected]> Acked-by: Nathan Lynch <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--Documentation/admin-guide/kernel-parameters.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index d5e548fca174..05f74702922a 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6582,12 +6582,6 @@
e.g. base its process migration decisions on it.
Default is on.
- topology_updates= [KNL, PPC, NUMA]
- Format: {off}
- Specify if the kernel should ignore (off)
- topology updates sent by the hypervisor to this
- LPAR.
-
torture.disable_onoff_at_boot= [KNL]
Prevent the CPU-hotplug component of torturing
until after init has spawned.