commit | 38510754a50192a072210e24fdc4ae65592182f0 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Mon Jan 14 23:35:32 2008 +0100 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Wed Jul 02 11:01:29 2008 +0200 |
tree | f14de78921e4e6a5f56aee93d5ba921c57c2a82f | |
parent | 5a4d5292779b6163aa41e594a56307e442fbe73c [diff] |
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>