]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: make use of new memblocks_present() helper
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 9 Jan 2019 20:21:00 +0000 (13:21 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 21 Jan 2019 17:34:29 +0000 (17:34 +0000)
commit7e5345646e74313a8a698baffbdf63c950ff5e2a
tree00d5bdf4db88f8b673c5389bb77cc49b3c0294b1
parenta77147978a6dd4e30cf42117c551d98f8579557d
arm64: mm: make use of new memblocks_present() helper

Cleanup the arm64_memory_present() function seeing it's very
similar to other arches.

memblocks_present() is a direct replacement of arm64_memory_present()

Acked-by: Will Deacon <will.deacon@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/init.c