From: Pratyush Anand Date: Fri, 29 Nov 2013 10:27:35 +0000 (+0530) Subject: ARM: SPEAr13xx: Fix static mapping table X-Git-Tag: omap-for-v3.17/fixes-against-rc2~119^2~8^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c5c90d4c24d692fe158f5bfe4c97f28fd6ebba;p=pandora-kernel.git ARM: SPEAr13xx: Fix static mapping table SPEAr13xx was using virtual address space 0xFE000000 to map physical address space 0xB3000000. But pci_remap_io uses 0xFEE00000 as virtual address and so replace 0xFE000000 with 0xF9000000. Acked-by: Viresh Kumar Acked-by: Arnd Bergmann Signed-off-by: Pratyush Anand Signed-off-by: Mohit Kumar [viresh: fixed logs/cclist] Signed-off-by: Viresh Kumar --- Reading git-diff-tree failed