commit | 5f356497c38448874f2d491cd214e9c283f5592d | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Jan 12 13:45:25 2018 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jan 16 23:47:13 2018 +1100 |
tree | e28807f19159c48b88ad504788b7f294b857a0f7 | |
parent | cd99ddbea250ee79027df6c469f51ad9e5452738 [diff] |
powerpc/8xx: remove unused _PAGE_WRITETHRU _PAGE_WRITETHRU is only used in: * AMIGA_Z2RAM block driver which is never activated on powerPC * Video/FB driver which is for PPC_PMAC Therefore, no need to spend time in 8xx TLB miss handlers for handling it. And by removing it, we free up bit 20 which then avoids having to clear it on each TLB miss. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>