diff mbox series

Documentation: Remove unused "nps_mtm_hs_ctr" from kernel-parameters.txt

Message ID 20240614190804.602970-1-thuth@redhat.com
State New
Headers show
Series Documentation: Remove unused "nps_mtm_hs_ctr" from kernel-parameters.txt | expand

Commit Message

Thomas Huth June 14, 2024, 7:08 p.m. UTC
The "nps_mtm_hs_ctr" parameter has been removed in commit dd7c7ab01a04
("ARC: [plat-eznps]: Drop support for EZChip NPS platform"). Remove it
from the documentation now, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Randy Dunlap June 14, 2024, 8:09 p.m. UTC | #1
On 6/14/24 12:08 PM, Thomas Huth wrote:
> The "nps_mtm_hs_ctr" parameter has been removed in commit dd7c7ab01a04
> ("ARC: [plat-eznps]: Drop support for EZChip NPS platform"). Remove it
> from the documentation now, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.


> ---
>  Documentation/admin-guide/kernel-parameters.txt | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index dd8436c98735..f58001338860 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -4143,15 +4143,6 @@
>  			parameter, xsave area per process might occupy more
>  			memory on xsaves enabled systems.
>  
> -	nps_mtm_hs_ctr=	[KNL,ARC]
> -			This parameter sets the maximum duration, in
> -			cycles, each HW thread of the CTOP can run
> -			without interruptions, before HW switches it.
> -			The actual maximum duration is 16 times this
> -			parameter's value.
> -			Format: integer between 1 and 255
> -			Default: 255
> -
>  	nptcg=		[IA-64] Override max number of concurrent global TLB
>  			purges which is reported from either PAL_VM_SUMMARY or
>  			SAL PALO.
Jonathan Corbet June 17, 2024, 10:25 p.m. UTC | #2
Thomas Huth <thuth@redhat.com> writes:

> The "nps_mtm_hs_ctr" parameter has been removed in commit dd7c7ab01a04
> ("ARC: [plat-eznps]: Drop support for EZChip NPS platform"). Remove it
> from the documentation now, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 9 ---------
>  1 file changed, 9 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index dd8436c98735..f58001338860 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -4143,15 +4143,6 @@
>  			parameter, xsave area per process might occupy more
>  			memory on xsaves enabled systems.
>  
> -	nps_mtm_hs_ctr=	[KNL,ARC]
> -			This parameter sets the maximum duration, in
> -			cycles, each HW thread of the CTOP can run
> -			without interruptions, before HW switches it.
> -			The actual maximum duration is 16 times this
> -			parameter's value.
> -			Format: integer between 1 and 255
> -			Default: 255
> -
>  	nptcg=		[IA-64] Override max number of concurrent global TLB

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index dd8436c98735..f58001338860 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -4143,15 +4143,6 @@ 
 			parameter, xsave area per process might occupy more
 			memory on xsaves enabled systems.
 
-	nps_mtm_hs_ctr=	[KNL,ARC]
-			This parameter sets the maximum duration, in
-			cycles, each HW thread of the CTOP can run
-			without interruptions, before HW switches it.
-			The actual maximum duration is 16 times this
-			parameter's value.
-			Format: integer between 1 and 255
-			Default: 255
-
 	nptcg=		[IA-64] Override max number of concurrent global TLB
 			purges which is reported from either PAL_VM_SUMMARY or
 			SAL PALO.