sh: Drop down to a single quicklist.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 5 Jan 2010 03:35:00 +0000 (12:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 5 Jan 2010 03:35:00 +0000 (12:35 +0900)
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>

No differences found