diff mbox series

parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCK

Message ID 1557898882-28507-1-git-send-email-rppt@linux.ibm.com (mailing list archive)
State Accepted, archived
Headers show
Series parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCK | expand

Commit Message

Mike Rapoport May 15, 2019, 5:41 a.m. UTC
Since commit 350e88bad496 ("mm: memblock: make keeping memblock memory
opt-in rather than opt-out") the default behaviour is to discard memblock
data after init and the ARCH_DISCARD_MEMBLOCK is obsolete.

Remove it.

Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
---
 arch/parisc/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Mike Rapoport May 21, 2019, 3:54 p.m. UTC | #1
Gentle ping ...

On Wed, May 15, 2019 at 08:41:22AM +0300, Mike Rapoport wrote:
> Since commit 350e88bad496 ("mm: memblock: make keeping memblock memory
> opt-in rather than opt-out") the default behaviour is to discard memblock
> data after init and the ARCH_DISCARD_MEMBLOCK is obsolete.
> 
> Remove it.
> 
> Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
> ---
>  arch/parisc/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
> index 09407ed..13b95125 100644
> --- a/arch/parisc/Kconfig
> +++ b/arch/parisc/Kconfig
> @@ -36,7 +36,6 @@ config PARISC
>  	select GENERIC_STRNCPY_FROM_USER
>  	select SYSCTL_ARCH_UNALIGN_ALLOW
>  	select SYSCTL_EXCEPTION_TRACE
> -	select ARCH_DISCARD_MEMBLOCK
>  	select HAVE_MOD_ARCH_SPECIFIC
>  	select VIRT_TO_BUS
>  	select MODULES_USE_ELF_RELA
> -- 
> 2.7.4
>
Helge Deller May 21, 2019, 5:16 p.m. UTC | #2
On 21.05.19 17:54, Mike Rapoport wrote:
> Gentle ping ...

No need to hurry.
It's already included in my git for-next tree:
https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git/log/?h=for-next

Helge

>
> On Wed, May 15, 2019 at 08:41:22AM +0300, Mike Rapoport wrote:
>> Since commit 350e88bad496 ("mm: memblock: make keeping memblock memory
>> opt-in rather than opt-out") the default behaviour is to discard memblock
>> data after init and the ARCH_DISCARD_MEMBLOCK is obsolete.
>>
>> Remove it.
>>
>> Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
>> ---
>>  arch/parisc/Kconfig | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
>> index 09407ed..13b95125 100644
>> --- a/arch/parisc/Kconfig
>> +++ b/arch/parisc/Kconfig
>> @@ -36,7 +36,6 @@ config PARISC
>>  	select GENERIC_STRNCPY_FROM_USER
>>  	select SYSCTL_ARCH_UNALIGN_ALLOW
>>  	select SYSCTL_EXCEPTION_TRACE
>> -	select ARCH_DISCARD_MEMBLOCK
>>  	select HAVE_MOD_ARCH_SPECIFIC
>>  	select VIRT_TO_BUS
>>  	select MODULES_USE_ELF_RELA
>> --
>> 2.7.4
>>
>
diff mbox series

Patch

diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 09407ed..13b95125 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -36,7 +36,6 @@  config PARISC
 	select GENERIC_STRNCPY_FROM_USER
 	select SYSCTL_ARCH_UNALIGN_ALLOW
 	select SYSCTL_EXCEPTION_TRACE
-	select ARCH_DISCARD_MEMBLOCK
 	select HAVE_MOD_ARCH_SPECIFIC
 	select VIRT_TO_BUS
 	select MODULES_USE_ELF_RELA