summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s64/mmu_context.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-25 16:52:38 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2019-07-01 16:26:55 +1000
commit7eb3cf761927b2687164e182efa675e6c09cfe44 (patch)
treef0184ac92f472afb783b4b02e2ca11576c102c05 /arch/powerpc/mm/book3s64/mmu_context.c
parentc498a4f9a79187029ed748ca0a7cacc35b74d28d (diff)
powerpc/powernv: remove unused NPU DMA code
None of these routines were ever used anywhere in the kernel tree since they were added to the kernel. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/book3s64/mmu_context.c')
-rw-r--r--arch/powerpc/mm/book3s64/mmu_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/mm/book3s64/mmu_context.c b/arch/powerpc/mm/book3s64/mmu_context.c
index 6d8f06b04022..e2b78fb29fea 100644
--- a/arch/powerpc/mm/book3s64/mmu_context.c
+++ b/arch/powerpc/mm/book3s64/mmu_context.c
@@ -179,7 +179,6 @@ static int radix__init_new_context(struct mm_struct *mm)
*/
asm volatile("ptesync;isync" : : : "memory");
- mm->context.npu_context = NULL;
mm->context.hash_context = NULL;
return index;