ARM: 8850/1: use memblocks_present
authorPeng Fan <peng.fan@nxp.com>
Tue, 19 Mar 2019 13:34:32 +0000 (14:34 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 23 Apr 2019 16:22:07 +0000 (17:22 +0100)
commit14b5f54b78292fdcf12ffb5e914f8fd2d190bcf5
tree8610efa1fb6a37838feaf4c6189b774844432e50
parentfe4fb990202e3f525ebfb95999cc4ea2a4dfa4e1
ARM: 8850/1: use memblocks_present

arm_memory_present is doing same thing as memblocks_present, so
let's use common code memblocks_present instead of platform
specific arm_memory_present.

Patchwork: https://patchwork.kernel.org/patch/10805693/

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/init.c