2024-06-14 19:10:55

by Thomas Huth

[permalink] [raw]
Subject: [PATCH] Documentation: Remove unused "nps_mtm_hs_ctr" from kernel-parameters.txt

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 <[email protected]>
---
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.
--
2.45.2



2024-06-14 20:09:31

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Documentation: Remove unused "nps_mtm_hs_ctr" from kernel-parameters.txt



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 <[email protected]>

Reviewed-by: Randy Dunlap <[email protected]>
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.

--
~Randy