commit | cf04d120d9413de581437cf9a29f138ec1178f65 | [log] [tgz] |
---|---|---|
author | Stefan Bader <stefan.bader@canonical.com> | Thu Jan 27 10:03:14 2011 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Jan 27 10:49:34 2011 -0500 |
tree | 29de479bca1f9b059eb219881bf0e6f6d8d13c88 | |
parent | 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 [diff] |
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 <konrad.wilk@oracle.com>