]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/powernv/ioda: Finish removing explicit max window size check
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 18 Jan 2018 02:51:03 +0000 (13:51 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 20 Jan 2018 14:12:53 +0000 (01:12 +1100)
commitf24989f91abbec06d8ba16ee338dc8ca1812991b
tree7549053535a4d8f5c7bcf5aaf035fd4fd362d933
parent9fc36f8de4e31ad9958b84db222877217a5fce2b
powerpc/powernv/ioda: Finish removing explicit max window size check

f3c66215e removed checn from the DMA window pages allocator, however
the VFIO driver tests limits before doing so by calling
the get_table_size hook which was left behind; this fixes it.

Fixes: f3c66215e "powerpc/powernv/ioda: Remove explicit max window size check"
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/pci-ioda.c