• Andrew Morton's avatar
    [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [2/5] · 5bdcf4f8
    Andrew Morton authored
    From: Matthew Dobson <colpatch@us.ibm.com>
    
    Remove MAX_NR_NODES.  This value is only used in a couple of places, and
    it's incorrectly used in all those places as far as I can tell.  Replace
    with MAX_NUMNODES.  Create MAX_NODES_SHIFT and use this value to check
    NODES_SHIFT is appropriate.  A possible future patch should make
    MAX_NODES_SHIFT vary based on 32 vs.  64 bit archs.
    5bdcf4f8
page_alloc.c 39.6 KB