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>
这个提交包含在:
Paul Mundt
2010-01-05 12:35:00 +09:00
父节点 a7595fe7e8
当前提交 0176bd3dab
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -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