]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a KASSERT which will also trigger for perfectly valid combinations
authormarius <marius@FreeBSD.org>
Tue, 14 Sep 2010 20:31:09 +0000 (20:31 +0000)
committermarius <marius@FreeBSD.org>
Tue, 14 Sep 2010 20:31:09 +0000 (20:31 +0000)
commit2172eaf47929b2bf67354ac5bf69e9890a3af0ee
treef0e3f83a1c19e986b1fb8c5dd7d32b9b15ad159b
parentf5db453abefa2813c941f74861528131edc9165e
Remove a KASSERT which will also trigger for perfectly valid combinations
of small maxsize and "large" (including BUS_SPACE_UNRESTRICTED) nsegments
parameters. Generally using a presz of 0 (which indeed might indicate the
use of bogus parameters for DMA tag creation) is not fatal, it just means
that no additional DVMA space will be preallocated.
sys/sparc64/sparc64/iommu.c
sys/sun4v/sun4v/hviommu.c