[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1557898882-28507-1-git-send-email-rppt@linux.ibm.com>
Date: Wed, 15 May 2019 08:41:22 +0300
From: Mike Rapoport <rppt@...ux.ibm.com>
To: Helge Deller <deller@....de>
Cc: "James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org,
Mike Rapoport <rppt@...ux.ibm.com>
Subject: [PATCH] parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCK
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@...ux.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
Powered by blists - more mailing lists