]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_t
authorMagnus Damm <damm@opensource.se>
Tue, 22 Oct 2013 16:59:54 +0000 (17:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 29 Oct 2013 11:06:30 +0000 (11:06 +0000)
commit6d7d5da7d75c6df676c8b72d32b02ff024438f0c
treef527a2fd59de0da7fdbc6a13b2e697de99581792
parent6a5014aa037495a14ea083b621ed97fd0c3c7e9e
ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_t

Use CONFIG_ARCH_PHYS_ADDR_T_64BIT to determine
if ignoring or truncating of memory banks is
neccessary. This may be needed in the case of
64-bit memory bank addresses but when phys_addr_t
is kept 32-bit.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/setup.c