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)
commita2c801c53d1682871fba1e037c9d3b0c9fffee8a
tree00d5bdf4db88f8b673c5389bb77cc49b3c0294b1
parent83504032e6ddcc8b0942aa24dfad5db849090c9f
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