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)
commitcd68098bcedd432f21013b2a3b0737b9222da363
tree2052a5daaa56cdcccd3b0a6e78ebbf6cdafa117c
parente623fbf1c4c140764e084e9159a352750c035d44
powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3E

In fb5a515704d7 "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