git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81fc38
)
sh: Stub out legacy PCC pgprot encoding for X2 TLBs.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 11 Jan 2011 06:00:26 +0000
(15:00 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 11 Jan 2011 06:00:26 +0000
(15:00 +0900)
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>
No differences found