CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/05/03 07:44:05
Modified files: sys/arch/sparc64/dev: iommu.c viommu.c Log message: Avoid clobbering error return values with the result from extent_free(), by simply calling iommu_dvma_unload(). Solution suggested by o...@. While there, also unwrap a line that isn't long enough to need wrapping.