diff options
author | Helge Deller <deller@gmx.de> | 2016-10-07 16:50:21 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-10-07 17:03:02 +0200 |
commit | 4fe9e1d957e45ad8eba9885ee860a0e93d13a7c7 (patch) | |
tree | 3b9777d418977e74cdb37404de428c90aa1aee0a /arch/parisc/Kconfig | |
parent | 9e91db6b4abecd58647a5e984d538187f1c2ea09 (diff) | |
download | blackbird-obmc-linux-4fe9e1d957e45ad8eba9885ee860a0e93d13a7c7.tar.gz blackbird-obmc-linux-4fe9e1d957e45ad8eba9885ee860a0e93d13a7c7.zip |
parisc: Drop bootmem and switch to memblock
Memblock is the standard kernel boot-time memory tracker/allocator. Use it
instead of the bootmem allocator. This allows using kmemleak, CMA and
other features.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 689eb74b34b5..2a0339a68894 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -10,6 +10,8 @@ config PARISC select RTC_CLASS select RTC_DRV_GENERIC select INIT_ALL_POSSIBLE + select HAVE_MEMBLOCK + select NO_BOOTMEM select BUG select BUILDTIME_EXTABLE_SORT select HAVE_PERF_EVENTS |