• Andrew Morton's avatar
    [PATCH] use __GFP_REPEAT in pte_alloc_one() · 68b5a30f
    Andrew Morton authored
    Remove all the open-coded retry loops in various architectures, use
    __GFP_REPEAT.
    
    It could be that at some time in the future we change __GFP_REPEAT to give up
    after ten seconds or so, so all the checks for failed allocations are
    retained.
    68b5a30f
pgalloc.h 4.32 KB