commit | 11e1ed6e88616be5489a43bc6297d9bb8464908b | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 11 15:00:26 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 11 15:00:26 2011 +0900 |
tree | b0d331e7badd3b0dcdff6d11d951c50a136de195 | |
parent | c81fc389255d287dbfb17a70cd172663f962341a [diff] |
sh: Stub out legacy PCC pgprot encoding for X2 TLBs. Presently it's still possible to reference the PAGE_KERNEL_PCC pgprot encoding on X2 TLBs which simply don't support it at all. Convert this over to follow the nommu behaviour and simply hand back an invalid pgprot value so we error out properly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>