xen: set max_pfn_mapped to the last pfn mapped
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 18 Feb 2011 11:32:40 +0000 (11:32 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 19 Mar 2011 18:58:25 +0000 (11:58 -0700)
Do not set max_pfn_mapped to the end of the initial memory mappings,
that also contain pages that don't belong in pfn space (like the mfn
list).

Set max_pfn_mapped to the last real pfn mapped in the initial memory
mappings that is the pfn backing _end.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
LKML-Reference: <alpine.DEB.2.00.1103171739050.3382@kaball-desktop>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found