]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary
authorChester Lin <clin@suse.com>
Fri, 30 Aug 2019 13:30:07 +0000 (14:30 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 10 Sep 2019 14:22:35 +0000 (15:22 +0100)
commitbb21b8e0a01e5f26df9b3589896f9ff1e6a648aa
treed0e5ed8124601ecfda3fe5c4794649cca9ff57e1
parent354c7bb95549bc9b998535ca52ad28b153bb6ae9
ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary

adjust_lowmem_bounds() checks every memblocks in order to find the boundary
between lowmem and highmem. However some memblocks could be marked as NOMAP
so they are not used by kernel, which should be skipped while calculating
the boundary.

Signed-off-by: Chester Lin <clin@suse.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/mmu.c