Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xen/i386: follow-up to "replace order-based range checking of M2P tab…
…le 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>
- Loading branch information