mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 11:09:29 +07:00
d80ae83f1f
Verification cannot rely on simple bit checking because on some
platforms PAGE_RW is 0, checking that a page is not W means
checking that PAGE_RO is set instead of checking that PAGE_RW
is not set.
Use pte helpers instead of checking bits.
Fixes:
|
||
---|---|---|
.. | ||
8xx.c | ||
bats.c | ||
book3s64.c | ||
hashpagetable.c | ||
Makefile | ||
ptdump.c | ||
ptdump.h | ||
segment_regs.c | ||
shared.c |