Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 233c2f99 authored by Horms's avatar Horms Committed by Tony Luck
Browse files

[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: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 475c63bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}