diff options
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r-- | arch/arm/mm/mmu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index 445bc3b951e6..f2d0d6f78973 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
@@ -619,6 +619,11 @@ void __init reserve_node_zero(pg_data_t *pgdat) | |||
619 | if (machine_is_p720t()) | 619 | if (machine_is_p720t()) |
620 | res_size = 0x00014000; | 620 | res_size = 0x00014000; |
621 | 621 | ||
622 | if (machine_is_h1940()) { | ||
623 | reserve_bootmem_node(pgdat, 0x30003000, 0x1000); | ||
624 | reserve_bootmem_node(pgdat, 0x30081000, 0x1000); | ||
625 | } | ||
626 | |||
622 | #ifdef CONFIG_SA1111 | 627 | #ifdef CONFIG_SA1111 |
623 | /* | 628 | /* |
624 | * Because of the SA1111 DMA bug, we want to preserve our | 629 | * Because of the SA1111 DMA bug, we want to preserve our |