From: Paul Bolle Date: Wed, 3 Apr 2013 11:24:45 +0000 (+0100) Subject: ARM: 7690/1: mm: fix CONFIG_LPAE typos X-Git-Tag: v3.9-rc6~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1db26a0b42e2b6e27c05d68adcc01709c2eed2;p=pandora-kernel.git ARM: 7690/1: mm: fix CONFIG_LPAE typos CONFIG_LPAE doesn't exist: the correct option is CONFIG_ARM_LPAE, so fix up the two typos under arch/arm/. The fix to head.S is slightly scary, but this is just for setting up an early io-mapping for the serial port when running on a big-endian, LPAE system. Since these systems don't exist in the wild (at least, I have no access to one outside of kvmtool, which doesn't provide a serial port suitable for earlyprintk), then we can revisit the code later if it causes any problems. Signed-off-by: Paul Bolle Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed