diff options
Diffstat (limited to 'arch/s390/mm')
-rw-r--r-- | arch/s390/mm/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/mm/init.c b/arch/s390/mm/init.c index b3e7c45efb6..916b72a8cde 100644 --- a/arch/s390/mm/init.c +++ b/arch/s390/mm/init.c | |||
@@ -141,7 +141,9 @@ void __init paging_init(void) | |||
141 | __raw_local_irq_ssm(ssm_mask); | 141 | __raw_local_irq_ssm(ssm_mask); |
142 | 142 | ||
143 | memset(max_zone_pfns, 0, sizeof(max_zone_pfns)); | 143 | memset(max_zone_pfns, 0, sizeof(max_zone_pfns)); |
144 | #ifdef CONFIG_ZONE_DMA | ||
144 | max_zone_pfns[ZONE_DMA] = PFN_DOWN(MAX_DMA_ADDRESS); | 145 | max_zone_pfns[ZONE_DMA] = PFN_DOWN(MAX_DMA_ADDRESS); |
146 | #endif | ||
145 | max_zone_pfns[ZONE_NORMAL] = max_low_pfn; | 147 | max_zone_pfns[ZONE_NORMAL] = max_low_pfn; |
146 | free_area_init_nodes(max_zone_pfns); | 148 | free_area_init_nodes(max_zone_pfns); |
147 | } | 149 | } |