diff options
author | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2017-04-09 10:51:58 +0200 |
---|---|---|
committer | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2017-05-01 09:36:31 +0200 |
commit | 01e7bc241d4cf8176cfc77ccd13988dc6f0414c4 (patch) | |
tree | 2c1f2e66da7703d222e004f9a7611402c8cbbf90 /mm/Kconfig | |
parent | cddbfbd448344dbfa0581307b0c4705e940b0743 (diff) | |
download | linux-01e7bc241d4cf8176cfc77ccd13988dc6f0414c4.tar.bz2 |
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 <egtvedt@samfundet.no>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |