diff options
author | Horms <horms@verge.net.au> | 2007-02-04 21:05:29 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-02-05 14:30:25 -0500 |
commit | 233c2f99d6605343fa4a4c68560a4f74882b2693 (patch) | |
tree | 9a7b02a48936e2048b36017af384e3191f0e550e /arch/ia64/mm | |
parent | 475c63bded322545d1e9ccc5930c8903d2c97c4c (diff) |
[IA64] kexec: typo in the saved_max_pfn description in contig.c
Fix a typo in the saved_max_pfn description in contig.c
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/mm')
-rw-r--r-- | arch/ia64/mm/contig.c | 2 |
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 | } |