commit | 0176bd3dab4fe522bfb6ceab9e3c441fe0305738 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 05 12:35:00 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 05 12:35:00 2010 +0900 |
tree | d532c56785fad657581fc74794881dfaae99fe5c | |
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>