aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm')
-rw-r--r--arch/arm/mm/mmu.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index e6344ece00ce..0b91bb20cf95 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -835,6 +835,13 @@ void __init reserve_node_zero(pg_data_t *pgdat)
835 BOOTMEM_EXCLUSIVE); 835 BOOTMEM_EXCLUSIVE);
836 } 836 }
837 837
838 if (machine_is_treo680()) {
839 reserve_bootmem_node(pgdat, 0xa0000000, 0x1000,
840 BOOTMEM_EXCLUSIVE);
841 reserve_bootmem_node(pgdat, 0xa2000000, 0x1000,
842 BOOTMEM_EXCLUSIVE);
843 }
844
838 if (machine_is_palmt5()) 845 if (machine_is_palmt5())
839 reserve_bootmem_node(pgdat, 0xa0200000, 0x1000, 846 reserve_bootmem_node(pgdat, 0xa0200000, 0x1000,
840 BOOTMEM_EXCLUSIVE); 847 BOOTMEM_EXCLUSIVE);