From: Haavard Skinnemoen Date: Mon, 14 Jan 2008 22:35:32 +0000 (+0100) Subject: avr32: Use a quicklist for PTE allocation as well X-Git-Tag: v2.6.27-rc1~1108^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38510754a50192a072210e24fdc4ae65592182f0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed