diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/mm/discontig.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c index 96722cb1b49d..d3edb12f3cf9 100644 --- a/arch/ia64/mm/discontig.c +++ b/arch/ia64/mm/discontig.c | |||
@@ -506,6 +506,12 @@ void __init find_memory(void) | |||
506 | max_pfn = max_low_pfn; | 506 | max_pfn = max_low_pfn; |
507 | 507 | ||
508 | find_initrd(); | 508 | find_initrd(); |
509 | |||
510 | #ifdef CONFIG_CRASH_DUMP | ||
511 | /* If we are doing a crash dump, we still need to know the real mem | ||
512 | * size before original memory map is reset. */ | ||
513 | saved_max_pfn = max_pfn; | ||
514 | #endif | ||
509 | } | 515 | } |
510 | 516 | ||
511 | #ifdef CONFIG_SMP | 517 | #ifdef CONFIG_SMP |