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 |
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 >
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 --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
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(-)