• Andrew Morton's avatar
    [PATCH] Fix page allocator lower zone protection for NUMA · af70f767
    Andrew Morton authored
    From: Martin Hicks <mort@wildopensource.com>
    
    This changes __alloc_pages() so it uses precalculated values for the "min".
    This should prevent the problem of min incrementing from zone to zone across
    many nodes on a NUMA machine.  The result of falling back to other nodes with
    the old incremental min calculations was that the min value became very
    large.
    af70f767
page_alloc.c 47.6 KB