[PATCH] Documentation: Remove unused "spia_*" kernel parameters

Thomas Huth posted 1 patch 1 year, 6 months ago
Documentation/admin-guide/kernel-parameters.txt | 5 -----
1 file changed, 5 deletions(-)
[PATCH] Documentation: Remove unused "spia_*" kernel parameters
Posted by Thomas Huth 1 year, 6 months ago
The kernel module parameters "spia_io_base", "spia_fio_base",
"spia_pedr" and "spia_peddr" have been removed via commit e377ca1e32f6
("ARM: clps711x: p720t: Special driver for handling NAND memory is removed").
Time to remove them from the documentation now, too.

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

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index ff02e1a02e12..dd8436c98735 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6273,11 +6273,6 @@
 			Not specifying this option is equivalent to
 			spec_store_bypass_disable=auto.
 
-	spia_io_base=	[HW,MTD]
-	spia_fio_base=
-	spia_pedr=
-	spia_peddr=
-
 	split_lock_detect=
 			[X86] Enable split lock detection or bus lock detection
 
-- 
2.45.2
Re: [PATCH] Documentation: Remove unused "spia_*" kernel parameters
Posted by Jonathan Corbet 1 year, 6 months ago
Thomas Huth <thuth@redhat.com> writes:

> The kernel module parameters "spia_io_base", "spia_fio_base",
> "spia_pedr" and "spia_peddr" have been removed via commit e377ca1e32f6
> ("ARM: clps711x: p720t: Special driver for handling NAND memory is removed").
> Time to remove them from the documentation now, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index ff02e1a02e12..dd8436c98735 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6273,11 +6273,6 @@
>  			Not specifying this option is equivalent to
>  			spec_store_bypass_disable=auto.
>  
> -	spia_io_base=	[HW,MTD]
> -	spia_fio_base=
> -	spia_pedr=
> -	spia_peddr=
> -

Applied, thanks.

jon
Re: [PATCH] Documentation: Remove unused "spia_*" kernel parameters
Posted by Randy Dunlap 1 year, 6 months ago

On 6/14/24 11:40 AM, Thomas Huth wrote:
> The kernel module parameters "spia_io_base", "spia_fio_base",
> "spia_pedr" and "spia_peddr" have been removed via commit e377ca1e32f6
> ("ARM: clps711x: p720t: Special driver for handling NAND memory is removed").
> Time to remove them 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 | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index ff02e1a02e12..dd8436c98735 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6273,11 +6273,6 @@
>  			Not specifying this option is equivalent to
>  			spec_store_bypass_disable=auto.
>  
> -	spia_io_base=	[HW,MTD]
> -	spia_fio_base=
> -	spia_pedr=
> -	spia_peddr=
> -
>  	split_lock_detect=
>  			[X86] Enable split lock detection or bus lock detection
>  

-- 
~Randy