diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2016-09-19 12:58:54 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-09-23 07:54:22 +1000 |
commit | 6b8cb66a6a7cc182b47da6a0a1d4e5da324c0695 (patch) | |
tree | 51f28fcbbd1429d65d4a1cc5520e3c9ac83d34ab /arch/powerpc/platforms | |
parent | af2e3a009e7f73c3def283a768ea2cef69ae883e (diff) |
powerpc: Fix usage of _PAGE_RO in hugepage
On some CPUs like the 8xx, _PAGE_RW hence _PAGE_WRITE is defined
as 0 and _PAGE_RO has to be set when a page is not writable
_PAGE_RO is defined by default in pte-common.h, however BOOK3S/64
doesn't include that file so _PAGE_RO has to be defined explicitly
in book3s/64/pgtable.h
Fixes: a7b9f671f2d14 ("powerpc32: adds handling of _PAGE_RO")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms')
0 files changed, 0 insertions, 0 deletions