From: Stefan Bader Date: Thu, 27 Jan 2011 15:03:14 +0000 (-0500) Subject: xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn. X-Git-Tag: v2.6.38-rc3~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf04d120d9413de581437cf9a29f138ec1178f65;p=pandora-kernel.git xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn. In case the mfn_list does not have enough entries to fill a p2m page we do not want the entries from max_pfn up to the boundary to be filled with unknown values. Hence set them to INVALID_P2M_ENTRY. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed