diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-05 12:35:00 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-05 12:35:00 +0900 |
commit | 0176bd3dab4fe522bfb6ceab9e3c441fe0305738 (patch) | |
tree | d532c56785fad657581fc74794881dfaae99fe5c /mm/Kconfig | |
parent | a7595fe7e8a93a73ce6199dace75a0caca7024c1 (diff) |
sh: Drop down to a single quicklist.
We previously had 2 quicklists, one for the PGD case and one for PTEs.
Now that the PGD/PMD cases are handled through slab caches due to the
multi-level configurability, only the PTE quicklist remains. As such,
reduce NR_QUICK to its appropriate size and bump down the PTE quicklist
index.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 17b8947aa7da..d34c2b971032 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -195,7 +195,7 @@ config BOUNCE config NR_QUICK int depends on QUICKLIST - default "2" if SUPERH || AVR32 + default "2" if AVR32 default "1" config VIRT_TO_BUS |