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:
5221b34
)
[AVR32] Simplify pte_alloc_one{,_kernel}
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Fri, 3 Aug 2007 11:29:01 +0000
(13:29 +0200)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Wed, 15 Aug 2007 14:36:56 +0000
(16:36 +0200)
There's really no need to retry an allocation with __GFP_REPEAT set.
Also, use get_zeroed_page() and __GFP_ZERO to eliminate the extra call
to clear_page() afterwards.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
No differences found