mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
d5afecd068
memory in bus_dmamem_alloc(). This is possible now that contigmalloc() supports the M_ZERO flag. - Remove the locking of Giant around calls to contigmalloc() since contigmalloc() now grabs Giant itself.