summaryrefslogtreecommitdiff
path: root/fs/fat/fatent.c
diff options
context:
space:
mode:
authorMike Rapoport <mike.rapoport@gmail.com>2019-08-30 14:27:56 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-07 18:55:12 +0200
commit735ad03318db1e1999eaba29244ce5f8428cd91a (patch)
treec58f0aa2d6737769b5f16ace403d748bcbc82ea3 /fs/fat/fatent.c
parent4b1e27b3b4659ad2c9e49fc52405d751a38acc81 (diff)
ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned address
[ Upstream commit 00d2ec1e6bd82c0538e6dd3e4a4040de93ba4fef ] The calculation of memblock_limit in adjust_lowmem_bounds() assumes that bank 0 starts from a PMD-aligned address. However, the beginning of the first bank may be NOMAP memory and the start of usable memory will be not aligned to PMD boundary. In such case the memblock_limit will be set to the end of the NOMAP region, which will prevent any memblock allocations. Mark the region between the end of the NOMAP area and the next PMD-aligned address as NOMAP as well, so that the usable memory will start at PMD-aligned address. Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/fat/fatent.c')
0 files changed, 0 insertions, 0 deletions