]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux_dma: Ensure proper flags pass to allocators.
authorBryan Drewery <bdrewery@FreeBSD.org>
Thu, 10 Dec 2020 20:45:08 +0000 (20:45 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Thu, 10 Dec 2020 20:45:08 +0000 (20:45 +0000)
commitf6e7d67a430693f822d34607a58fe8871a8f75ef
treeffe394e985d7265b01148aade5ee23afe05f6d29
parentbbfec1633b568b7868792ee319be56b68a303fbc
linux_dma: Ensure proper flags pass to allocators.

Possibly fixes the wrong flags being passed to the kernel
allocators in linux_dma_alloc_coherent() and linux_dma_pool_alloc().

Reviewed by: hps
MFC after: 2 weeks
Sponsored by: Dell EMC
Differential Revision: https://reviews.freebsd.org/D27508
sys/compat/linuxkpi/common/src/linux_pci.c