]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3E
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Jul 2014 07:10:45 +0000 (17:10 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 11 Jul 2014 02:55:05 +0000 (12:55 +1000)
commitabe841db5849afb50191517e1e76ed785da83145
tree2052a5daaa56cdcccd3b0a6e78ebbf6cdafa117c
parent62f7b1253575a3c864df740b63e1ec12ee6e5384
powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3E

In a28b266b4168 "powerpc: Remove platforms/wsp and associated pieces",
we removed the last user of MMU_FTRS_A2. So remove it.

MMU_FTRS_A2 was the last user of MMU_FTR_TYPE_3E, so remove it also.
This leaves some unreachable code in mmu_context_nohash.c, so remove
that also.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/mmu.h
arch/powerpc/mm/mmu_context_nohash.c