Re: [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt
From: Jonathan Corbet <corbet@lwn.net>
Date: 2024-06-17 22:44:50
Also in:
linux-doc, lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2024-06-17 22:44:50
Also in:
linux-doc, lkml
Thomas Huth [off-list ref] writes:
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 <redacted> --- Documentation/admin-guide/kernel-parameters.txt | 6 ------ 1 file changed, 6 deletions(-)diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index f58001338860..b75852f1a789 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt@@ -6600,12 +6600,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]
Applied, thanks. jon