]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit667b0ab862cc29526794d3a10ae5bf4dc65c6627
tree8610efa1fb6a37838feaf4c6189b774844432e50
parent3e7fe0b4496bd97f793e3d3c5191fe7e9191f7ca
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