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:
a7b9f67
)
powerpc/8xx: use _PAGE_RO instead of _PAGE_RW
author
LEROY Christophe
<christophe.leroy@c-s.fr>
Mon, 19 Jan 2015 16:04:44 +0000
(17:04 +0100)
committer
Scott Wood
<scottwood@freescale.com>
Fri, 30 Jan 2015 02:13:10 +0000
(20:13 -0600)
On powerpc 8xx, in TLB entries, 0x400 bit is set to 1 for read-only pages
and is set to 0 for RW pages. So we should use _PAGE_RO instead of _PAGE_RW
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
No differences found