From: Cyril Chemparathy Date: Mon, 16 Jul 2012 19:37:06 +0000 (-0400) Subject: ARM: LPAE: use phys_addr_t in switch_mm() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~41^2^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f659b0f363114282679d06094337c5efa12fa8;p=pandora-kernel.git ARM: LPAE: use phys_addr_t in switch_mm() This patch modifies the switch_mm() processor functions to use phys_addr_t. On LPAE systems, we now honor the upper 32-bits of the physical address that is being passed in, and program these into TTBR as expected. Signed-off-by: Cyril Chemparathy Signed-off-by: Vitaly Andrianov Reviewed-by: Nicolas Pitre Tested-by: Santosh Shilimkar Tested-by: Subash Patel [will: fixed up conflict in 3-level switch_mm with big-endian changes] Signed-off-by: Will Deacon --- Reading git-diff-tree failed