diff options
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r-- | arch/arm/mm/mmu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index f2d0d6f78973..b7f194af20b4 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
@@ -619,7 +619,9 @@ 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()) { | 622 | /* H1940 and RX3715 need to reserve this for suspend */ |
623 | |||
624 | if (machine_is_h1940() || machine_is_rx3715()) { | ||
623 | reserve_bootmem_node(pgdat, 0x30003000, 0x1000); | 625 | reserve_bootmem_node(pgdat, 0x30003000, 0x1000); |
624 | reserve_bootmem_node(pgdat, 0x30081000, 0x1000); | 626 | reserve_bootmem_node(pgdat, 0x30081000, 0x1000); |
625 | } | 627 | } |