ARM: 7690/1: mm: fix CONFIG_LPAE typos
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 3 Apr 2013 11:24:45 +0000 (12:24 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 3 Apr 2013 15:45:51 +0000 (16:45 +0100)
commit4e1db26a0b42e2b6e27c05d68adcc01709c2eed2
treedf671eece99a7ebe4d8d2aa9c95d7e1d1ddf6674
parentb21e023ba4003fe4b5c32540e4aee5991c019e92
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 <pebolle@tiscali.nl>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/head.S
arch/arm/kernel/setup.c