]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In dmar_gas_lowermatch, skip searching a subtree if all its addresses are greater...
authordougm <dougm@FreeBSD.org>
Sat, 1 Feb 2020 21:47:34 +0000 (21:47 +0000)
committerdougm <dougm@FreeBSD.org>
Sat, 1 Feb 2020 21:47:34 +0000 (21:47 +0000)
commit896e60ed95c1718eeab2bc8fea705de91aff2280
tree450c4a0e55206a6a50aa76aee2307c29fb1c6b9a
parentc6caa5cb11f73b7183cad93c97d0663850227761
In dmar_gas_lowermatch, skip searching a subtree if all its addresses are greater than lowaddr.
In dmar_gas_uppermatch, skip searching a subtree if all its gaps-between-alloctions are too small.

Reviewed by: kib
Tested by: pho
Differential Revision: https://reviews.freebsd.org/D23391
sys/x86/iommu/intel_gas.c