]> asedeno.scripts.mit.edu Git - linux.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)
commitae677ff02f2ddb0980953efd4afed1c90a56c88f
tree7549053535a4d8f5c7bcf5aaf035fd4fd362d933
parent5b2b80714796073ec9e196c7aeec59b7489fe676
powerpc/powernv/ioda: Finish removing explicit max window size check

9003a2498 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: 9003a2498 "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