diff options
author | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2017-04-09 04:51:58 -0400 |
---|---|---|
committer | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2017-05-01 03:36:31 -0400 |
commit | 01e7bc241d4cf8176cfc77ccd13988dc6f0414c4 (patch) | |
tree | 2c1f2e66da7703d222e004f9a7611402c8cbbf90 /mm/Kconfig | |
parent | cddbfbd448344dbfa0581307b0c4705e940b0743 (diff) |
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 | |||
312 | config NR_QUICK | 312 | config NR_QUICK |
313 | int | 313 | int |
314 | depends on QUICKLIST | 314 | depends on QUICKLIST |
315 | default "2" if AVR32 | ||
316 | default "1" | 315 | default "1" |
317 | 316 | ||
318 | config VIRT_TO_BUS | 317 | config VIRT_TO_BUS |