Message ID | 20230921025022.3989723-4-peterlin@andestech.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 015c3c370472290e37143d1387c000db7ec273ad |
Headers | show |
Series | Improve PTDUMP and introduce new fields | expand |
diff --git a/arch/riscv/mm/ptdump.c b/arch/riscv/mm/ptdump.c index 13997cf3fe36..b71f08b91e53 100644 --- a/arch/riscv/mm/ptdump.c +++ b/arch/riscv/mm/ptdump.c @@ -136,6 +136,10 @@ struct prot_bits { static const struct prot_bits pte_bits[] = { { #ifdef CONFIG_64BIT + .mask = _PAGE_NAPOT, + .set = "N", + .clear = ".", + }, { .mask = _PAGE_MTMASK_SVPBMT, .set = "MT(%s)", .clear = " .. ",