mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
bde1a1335c
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:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |