commit | cf1b09908a231f3bb5e8ca15b76f05c4df91e292 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Fri Sep 01 03:39:46 2017 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Thu Sep 28 11:13:01 2017 +0100 |
tree | 7299074c2cedaae2b74b75b71b69f20429e6e096 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
ARM: 8693/1: discard memblock arrays when possible On ARM the generic pfn_valid() version is used with some configurations such as SA1100 based devices. In that case the memblock arrays are no longer used after boot and can be discarded. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>