aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorHorms <horms@verge.net.au>2007-02-05 11:05:29 +0900
committerTony Luck <tony.luck@intel.com>2007-02-05 11:30:25 -0800
commit233c2f99d6605343fa4a4c68560a4f74882b2693 (patch)
tree9a7b02a48936e2048b36017af384e3191f0e550e /arch/ia64
parent[IA64] Zero size /proc/vmcore on ia64 (diff)
downloadlinux-dev-233c2f99d6605343fa4a4c68560a4f74882b2693.tar.xz
linux-dev-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/ia64')
-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)
#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
}