• Russell King's avatar
    [ARM] Move arch_adjust_zones to asm/memory.h · 1ad2588c
    Russell King authored
    This places arch_adjust_zones along side ISA_DMA_THRESHOLD.  These
    two are related, but having them in separate files means its not
    obvious that they are.
    
    ISA_DMA_THRESHOLD is a DMA mask which must be defined such that it
    matches the memory handed out by GFP_DMA, which in turn is controlled
    by arch_adjust_zones.
    1ad2588c
memory.h 1.37 KB