commit | cadbfd01468663e8b9f9518a58ef67398a20d06b | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Mon Jan 19 17:04:44 2015 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Thu Jan 29 20:13:10 2015 -0600 |
tree | 89c1cb6d6573baa71005f5eebfe21b6716542967 | |
parent | a7b9f671f2d141528491c346e21e8a179cee9d21 [diff] |
powerpc/8xx: use _PAGE_RO instead of _PAGE_RW 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>