pmalloc: don't lock 4K pages if we don't have access to pagemap 34/15534/2
authorDamjan Marion <damarion@cisco.com>
Thu, 25 Oct 2018 13:56:04 +0000 (15:56 +0200)
committerDamjan Marion <dmarion@me.com>
Thu, 25 Oct 2018 15:21:59 +0000 (15:21 +0000)
Without pagemap access only way to do DMA to physmem is by
using IOMMU. In such case VFIO will take care for preventing
paging of such memory so we don't need to lock here.

Change-Id: Ica9c20659fba3ea3c96202eb5f7d29c43b313fa9
Signed-off-by: Damjan Marion <damarion@cisco.com>

No differences found