summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-08-18 10:34:41 +0100
committerWill Deacon <will.deacon@arm.com>2015-08-24 10:23:13 +0100
commit8eafeb48022816513abc4f440bdad4c350fe81a3 (patch)
treee1c9587c5a67e547909f886b429ef69a8679a738 /arch/arm64
parent5d3c2c352998fdefdc62795249cfc7311cf36df9 (diff)
downloadlinux-8eafeb48022816513abc4f440bdad4c350fe81a3.tar.bz2
of/fdt: make memblock maximum physical address arch configurable
When parsing the memory nodes to populate the memblock memory table, we check against high and low limits and clip any memory that exceeds either one of them. However, for arm64, the high limit of (phys_addr_t)~0 is not very meaningful, since phys_addr_t is 64 bits (i.e., no limit) but there may be other constraints that limit the memory ranges that we can support. So rename MAX_PHYS_ADDR to MAX_MEMBLOCK_ADDR (for clarity) and only define it if the arch does not supply a definition of its own. Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Tested-by: Stuart Yoder <stuart.yoder@freescale.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64')
0 files changed, 0 insertions, 0 deletions