diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-01-14 23:35:32 +0100 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-07-02 11:01:29 +0200 |
commit | 38510754a50192a072210e24fdc4ae65592182f0 (patch) | |
tree | f14de78921e4e6a5f56aee93d5ba921c57c2a82f /mm | |
parent | 5a4d5292779b6163aa41e594a56307e442fbe73c (diff) | |
download | op-kernel-dev-38510754a50192a072210e24fdc4ae65592182f0.zip op-kernel-dev-38510754a50192a072210e24fdc4ae65592182f0.tar.gz |
avr32: Use a quicklist for PTE allocation as well
Using a quicklist to allocate PTEs might be slightly faster than using
the page allocator directly since we might avoid zeroing the page
after each allocation.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ config BOUNCE config NR_QUICK int depends on QUICKLIST - default "2" if SUPERH + default "2" if SUPERH || AVR32 default "1" config VIRT_TO_BUS |