commit | a7b9f671f2d141528491c346e21e8a179cee9d21 | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Mon Jan 19 17:04:38 2015 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Thu Jan 29 20:11:51 2015 -0600 |
tree | 963edf92d3bc966992c78c4fa94d368003f9b396 | |
parent | d2caa3cebda8b626336e100b80a0ed6f909dccab [diff] |
powerpc32: adds handling of _PAGE_RO Some powerpc like the 8xx don't have a RW bit in PTE bits but a RO (Read Only) bit. This patch implements the handling of a _PAGE_RO flag to be used in place of _PAGE_RW Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> [scottwood@freescale.com: fix whitespace] Signed-off-by: Scott Wood <scottwood@freescale.com>