aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/platforms/powernv/npu-dma.c
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2019-01-14 11:41:38 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2019-01-15 11:17:09 +1100
commit797eadd9c80ca3b3f913ccde29f8a6015f9974f9 (patch)
tree704c26764266f244240c612fab31c98a5fe52904 /arch/powerpc/platforms/powernv/npu-dma.c
parentpowerpc/powernv: Remove never used pnv_power9_force_smt4 (diff)
downloadwireguard-linux-797eadd9c80ca3b3f913ccde29f8a6015f9974f9.tar.xz
wireguard-linux-797eadd9c80ca3b3f913ccde29f8a6015f9974f9.zip
powerpc/powernv/npu: Remove obsolete comment about TCE_KILL_INVAL_ALL
TCE_KILL_INVAL_ALL has moved long ago but the comment was forgotted so finish the move and remove the comment. Fixes: 0bbcdb437da0c4a "powerpc/powernv/npu: TCE Kill helpers cleanup" Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/powernv/npu-dma.c')
-rw-r--r--arch/powerpc/platforms/powernv/npu-dma.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/powernv/npu-dma.c b/arch/powerpc/platforms/powernv/npu-dma.c
index d7f742ed48ba..2ca79823e3ba 100644
--- a/arch/powerpc/platforms/powernv/npu-dma.c
+++ b/arch/powerpc/platforms/powernv/npu-dma.c
@@ -28,10 +28,6 @@
*/
static DEFINE_SPINLOCK(npu_context_lock);
-/*
- * Other types of TCE cache invalidation are not functional in the
- * hardware.
- */
static struct pci_dev *get_pci_dev(struct device_node *dn)
{
struct pci_dn *pdn = PCI_DN(dn);