git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4d529
)
avr32: Use a quicklist for PTE allocation as well
author
Haavard Skinnemoen
<haavard.skinnemoen@atmel.com>
Mon, 14 Jan 2008 22:35:32 +0000
(23:35 +0100)
committer
Haavard Skinnemoen
<haavard.skinnemoen@atmel.com>
Wed, 2 Jul 2008 09:01:29 +0000
(11:01 +0200)
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>
No differences found