]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm: remove AVR32 arch special handling in mm/Kconfig
authorHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Sun, 9 Apr 2017 08:51:58 +0000 (10:51 +0200)
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Mon, 1 May 2017 07:36:31 +0000 (09:36 +0200)
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 <egtvedt@samfundet.no>
mm/Kconfig

index 9b8fccb969dc0fee5f5e0a623bc5b97a99bbc602..beb7a455915d062f75bce89477961e121f2bca32 100644 (file)
@@ -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