diff options
author | Horms <horms@verge.net.au> | 2007-02-05 11:05:29 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-02-05 11:30:25 -0800 |
commit | 233c2f99d6605343fa4a4c68560a4f74882b2693 (patch) | |
tree | 9a7b02a48936e2048b36017af384e3191f0e550e /arch | |
parent | 475c63bded322545d1e9ccc5930c8903d2c97c4c (diff) | |
download | linux-3.10-233c2f99d6605343fa4a4c68560a4f74882b2693.tar.gz linux-3.10-233c2f99d6605343fa4a4c68560a4f74882b2693.tar.bz2 linux-3.10-233c2f99d6605343fa4a4c68560a4f74882b2693.zip |
[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')
-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 1e79551231b..ec8657bb5bd 100644 --- a/arch/ia64/mm/contig.c +++ b/arch/ia64/mm/contig.c @@ -177,7 +177,7 @@ find_memory (void) #ifdef CONFIG_CRASH_DUMP /* If we are doing a crash dump, we still need to know the real mem - * size before original memory map is * reset. */ + * size before original memory map is reset. */ saved_max_pfn = max_pfn; #endif } |