]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/cell: Make spu_flush_all_slbs() generic
authorIan Munsie <imunsie@au1.ibm.com>
Wed, 8 Oct 2014 08:54:52 +0000 (19:54 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 8 Oct 2014 09:15:37 +0000 (20:15 +1100)
commit1eaef591b395f74a4b022d018339a174196a3077
tree7030d8385c98edb8fa926ab9686b5ece3506958f
parentd0b46d5c428413aaf9c88de602dac9a25ee86cf4
powerpc/cell: Make spu_flush_all_slbs() generic

This moves spu_flush_all_slbs() into a generic call copro_flush_all_slbs().

This will be useful when we add cxl which also needs a similar SLB flush call.

Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/copro.h
arch/powerpc/mm/copro_fault.c
arch/powerpc/mm/hash_utils_64.c
arch/powerpc/mm/slice.c