commit | cd68098bcedd432f21013b2a3b0737b9222da363 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Jul 08 17:10:45 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 11 12:55:05 2014 +1000 |
tree | 2052a5daaa56cdcccd3b0a6e78ebbf6cdafa117c | |
parent | e623fbf1c4c140764e084e9159a352750c035d44 [diff] |
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>