Re: [PATCH] parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCK

2019-05-21 Thread Helge Deller
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 com

Re: [PATCH] parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCK

2019-05-21 Thread Mike Rapoport
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. > > Remo

[PATCH] parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCK

2019-05-14 Thread Mike Rapoport
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 --- arch/parisc/Kconfig | 1 - 1 file changed, 1 de