Skip to content
Commit b8b14c66 authored by Kumar Gala's avatar Kumar Gala
Browse files

powerpc/swiotlb: Fix off by one in determining boundary of which ops to use



When we compare the devices DMA mask to the amount of memory we need to
make sure we treat the DMA mask as an address boundary.  For example if
the DMA_MASK(32) and we have 4G of memory we'd incorrectly set the dma
ops to swiotlb.  We need to add one to the dma mask when we convert it.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 66f41d4c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment