summaryrefslogtreecommitdiff
path: root/arch/arm/mm
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2009-12-04 17:34:16 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-12-04 17:34:16 +0000
commit4567c4a89693416ccca02d32109bce967e9c1ade (patch)
tree9d77cf02ce269ed5fc4b6e2ebddb9ad7fd504ad1 /arch/arm/mm
parent602fd7c36728a04e61a442c9755e7d454501266c (diff)
parent19d6c13b56a78b3757e747f469285c2a546d634a (diff)
downloadlinux-3.10-4567c4a89693416ccca02d32109bce967e9c1ade.tar.gz
linux-3.10-4567c4a89693416ccca02d32109bce967e9c1ade.tar.bz2
linux-3.10-4567c4a89693416ccca02d32109bce967e9c1ade.zip
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable
Diffstat (limited to 'arch/arm/mm')
-rw-r--r--arch/arm/mm/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index ea67be0223a..3e8556b16a9 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -881,7 +881,7 @@ void __init reserve_node_zero(pg_data_t *pgdat)
BOOTMEM_EXCLUSIVE);
}
- if (machine_is_treo680()) {
+ if (machine_is_treo680() || machine_is_centro()) {
reserve_bootmem_node(pgdat, 0xa0000000, 0x1000,
BOOTMEM_EXCLUSIVE);
reserve_bootmem_node(pgdat, 0xa2000000, 0x1000,