aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/contig.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/mm/contig.c')
-rw-r--r--arch/ia64/mm/contig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/mm/contig.c b/arch/ia64/mm/contig.c
index 1e79551231b9..ec8657bb5bd2 100644
--- a/arch/ia64/mm/contig.c
+++ b/arch/ia64/mm/contig.c
@@ -177,7 +177,7 @@ find_memory (void)
177 177
178#ifdef CONFIG_CRASH_DUMP 178#ifdef CONFIG_CRASH_DUMP
179 /* If we are doing a crash dump, we still need to know the real mem 179 /* If we are doing a crash dump, we still need to know the real mem
180 * size before original memory map is * reset. */ 180 * size before original memory map is reset. */
181 saved_max_pfn = max_pfn; 181 saved_max_pfn = max_pfn;
182#endif 182#endif
183} 183}