File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Documentation/admin-guide/mm Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ There are four components to pagemap:
23
23
* Bit 56 page exclusively mapped (since 4.2)
24
24
* Bit 57 pte is uffd-wp write-protected (since 5.13) (see
25
25
:ref: `Documentation/admin-guide/mm/userfaultfd.rst <userfaultfd >`)
26
- * Bits 57 -60 zero
26
+ * Bits 58 -60 zero
27
27
* Bit 61 page is file-page or shared-anon (since 3.5)
28
28
* Bit 62 page swapped
29
29
* Bit 63 page present
Original file line number Diff line number Diff line change @@ -1597,7 +1597,8 @@ static const struct mm_walk_ops pagemap_ops = {
1597
1597
* Bits 5-54 swap offset if swapped
1598
1598
* Bit 55 pte is soft-dirty (see Documentation/admin-guide/mm/soft-dirty.rst)
1599
1599
* Bit 56 page exclusively mapped
1600
- * Bits 57-60 zero
1600
+ * Bit 57 pte is uffd-wp write-protected
1601
+ * Bits 58-60 zero
1601
1602
* Bit 61 page is file-page or shared-anon
1602
1603
* Bit 62 page swapped
1603
1604
* Bit 63 page present
You can’t perform that action at this time.
0 commit comments