From: Will Deacon Date: Tue, 15 Feb 2011 11:44:10 +0000 (+0100) Subject: ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of membanks X-Git-Tag: v2.6.39-rc1~100^2~2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60892d3e36dcdd0d9f30db05beae7a446a93f28;p=pandora-kernel.git ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of membanks The unsigned long datatype is not sufficient for mapping physical addresses >= 4GB. This patch ensures that the phys_addr_t datatype is used to represent the start address of a membank, which may reside above the 4GB boundary. Acked-by: Catalin Marinas Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed