From: Haavard Skinnemoen Date: Fri, 3 Aug 2007 11:29:01 +0000 (+0200) Subject: [AVR32] Simplify pte_alloc_one{,_kernel} X-Git-Tag: v2.6.23-rc4~129^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f3bac95e0bdfd520e065c4a29aad46190fcc99;p=pandora-kernel.git [AVR32] Simplify pte_alloc_one{,_kernel} 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 --- Reading git-diff-tree failed