]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct operators precedence.
authorkib <kib@FreeBSD.org>
Thu, 9 Nov 2017 13:09:07 +0000 (13:09 +0000)
committerkib <kib@FreeBSD.org>
Thu, 9 Nov 2017 13:09:07 +0000 (13:09 +0000)
commite6015dcc208050bc3fbedbe96b360a7ee7fc95f0
tree7a15ca02c81bbc1c85390de04884bad1e19f59d1
parent860973bdbd7db8f734eb0e6060988597fa4dc8b7
Correct operators precedence.
Also keep the calculated vm_page_alloc_contig() flags in the variable
to not re-evaluate it on the loop iteration.

Noted by: alc
Sponsored by: The FreeBSD Foundation
sys/x86/iommu/intel_utils.c