Skip to content
Commit f4a57099 authored by Horms's avatar Horms Committed by Tony Luck
Browse files

[IA64] point saved_max_pfn to the max_pfn of the entire system



Make saved_max_pfn point to max_pfn of entire system.

Without this patch is so that vmcore is zero length on ia64.  This is
because saved_max_pfn was wrongly being set to the max_pfn of the crash
kernel's address space, rather than the max_pfg on the physical memory of
the machine - the whole purpose of vmcore is to access physical memory that
is not part of the crash kernel's addresss space.

Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarZou Nan hai <nanhai.zou@intel.com>
Sort-Of-Acked-By: default avatarJay Lan <jlan@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 25667d67
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment