]> 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)
commitaa5aeb780960bf53023fc2aab22b3aa81535b0ea
tree7549053535a4d8f5c7bcf5aaf035fd4fd362d933
parentd7118d83f4ecb1e367bad7cb17c915a725559664
powerpc/powernv/ioda: Finish removing explicit max window size check

234c34a5f 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: 234c34a5f "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