diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-10-17 13:03:22 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-19 00:56:17 +1100 |
commit | bde1a1335c5031758d3917d83dd5b85b761bbebd (patch) | |
tree | 8bdc89846291a7501559739511de07abdda3e100 /arch/powerpc/platforms/8xx | |
parent | b9fb4480a3af85552d88561a2fea9c4d5f54c917 (diff) |
powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()
Book3e defines both _PAGE_USER and _PAGE_PRIVILEGED, so the nohash
default pte_mkprivileged() and pte_mkuser() are not usable.
This patch redefines them for book3e.
In theorie, only pte_mkprivileged() needs to be redefined because
_PAGE_USER includes _PAGE_PRIVILEGED, but it is less confusing
to redefine both.
Fixes: a0da4bc166f2 ("powerpc/mm: Allow platforms to redefine some helpers")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/8xx')
0 files changed, 0 insertions, 0 deletions