commit | 0c4661698c58db2a9efc44f403b893bd4d98f348 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | Fri Nov 20 00:21:08 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Dec 09 17:10:37 2009 +1100 |
tree | 29fe4235a9aa51e045cc3d4056a0ecc71de48383 | |
parent | 4a280a413c0c0da03936483384c9e5142966635e [diff] |
powerpc/8xx: Restore _PAGE_WRITETHRU 8xx has not had WRITETHRU due to lack of bits in the pte. After the recent rewrite of the 8xx TLB code, there are two bits left. Use one of them to WRITETHRU. Perhaps use the last SW bit to PAGE_SPECIAL or PAGE_FILE? Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>