commit | 61cca2fab7ecba18f9b9680cd736ef5fa82ad3b1 | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Thu Sep 15 08:52:40 2011 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Sep 15 04:39:46 2011 -0400 |
tree | 9a7fe7390778f20bfadcd5ecb9679785b5380cf7 | |
parent | 773659483685d652970583384a0294948e57f8b3 [diff] |
xen/i386: follow-up to "replace order-based range checking of M2P table by linear one" The numbers obtained from the hypervisor really can't ever lead to an overflow here, only the original calculation going through the order of the range could have. This avoids the (as Jeremy points outs) somewhat ugly NULL-based calculation here. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>