powerpc: Fix usage of _PAGE_RO in hugepage
authorChristophe Leroy <[email protected]>
Mon, 19 Sep 2016 10:58:54 +0000 (12:58 +0200)
committerMichael Ellerman <[email protected]>
Thu, 22 Sep 2016 21:54:22 +0000 (07:54 +1000)
commit6b8cb66a6a7cc182b47da6a0a1d4e5da324c0695
tree51f28fcbbd1429d65d4a1cc5520e3c9ac83d34ab
parentaf2e3a009e7f73c3def283a768ea2cef69ae883e
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 <[email protected]>
Reviewed-by: Aneesh Kumar K.V <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
arch/powerpc/include/asm/book3s/64/pgtable.h
arch/powerpc/mm/hugetlbpage.c