From: Hans-Christian Noren Egtvedt Date: Sun, 9 Apr 2017 08:51:58 +0000 (+0200) Subject: mm: remove AVR32 arch special handling in mm/Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=01e7bc241d4cf8176cfc77ccd13988dc6f0414c4;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mm: remove AVR32 arch special handling in mm/Kconfig AVR32 architecture has been removed from the Linux kernel sources, hence clean up the special handling setting two quicklists by default in mm/Kconfig. Signed-off-by: Hans-Christian Noren Egtvedt --- diff --git a/mm/Kconfig b/mm/Kconfig index 9b8fccb969dc..beb7a455915d 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -312,7 +312,6 @@ config NEED_BOUNCE_POOL config NR_QUICK int depends on QUICKLIST - default "2" if AVR32 default "1" config VIRT_TO_BUS