projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
475c63b
)
[IA64] kexec: typo in the saved_max_pfn description in contig.c
author
Horms
<horms@verge.net.au>
Mon, 5 Feb 2007 02:05:29 +0000
(11:05 +0900)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 5 Feb 2007 19:30:25 +0000
(11:30 -0800)
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>
arch/ia64/mm/contig.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/mm/contig.c
b/arch/ia64/mm/contig.c
index 1e79551231b91de2bdac6de77ef03b688c31434f..ec8657bb5bd293230d4d3c6d006abe8dfc44b253 100644
(file)
--- 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
}