Skip to content

Commit a089461

Browse files
Anshuman Khandualakpm00
authored andcommitted
Documentation/mm: drop pxx_mkdevmap() descriptions from page table helpers
Remove pxx_mkdevmap() descriptions, as these helper functions have already been dropped (including DEBUG_VM_PGTABLE test) via the commit d438d27 ("mm: remove devmap related functions and page table bits"). Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Anshuman Khandual <[email protected]> Acked-by: David Hildenbrand <[email protected]> Reviewed-by: Dev Jain <[email protected]> Cc: Lorenzo Stoakes <[email protected]> Cc: Alistair Popple <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 89be281 commit a089461

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Documentation/mm/arch_pgtable_helpers.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ PTE Page Table Helpers
5252
+---------------------------+--------------------------------------------------+
5353
| pte_mkspecial | Creates a special PTE |
5454
+---------------------------+--------------------------------------------------+
55-
| pte_mkdevmap | Creates a ZONE_DEVICE mapped PTE |
56-
+---------------------------+--------------------------------------------------+
5755
| pte_mksoft_dirty | Creates a soft dirty PTE |
5856
+---------------------------+--------------------------------------------------+
5957
| pte_clear_soft_dirty | Clears a soft dirty PTE |
@@ -124,8 +122,6 @@ PMD Page Table Helpers
124122
+---------------------------+--------------------------------------------------+
125123
| pmd_mkspecial | Creates a special PMD |
126124
+---------------------------+--------------------------------------------------+
127-
| pmd_mkdevmap | Creates a ZONE_DEVICE mapped PMD |
128-
+---------------------------+--------------------------------------------------+
129125
| pmd_mksoft_dirty | Creates a soft dirty PMD |
130126
+---------------------------+--------------------------------------------------+
131127
| pmd_clear_soft_dirty | Clears a soft dirty PMD |
@@ -185,8 +181,6 @@ PUD Page Table Helpers
185181
+---------------------------+--------------------------------------------------+
186182
| pud_wrprotect | Creates a write protected PUD |
187183
+---------------------------+--------------------------------------------------+
188-
| pud_mkdevmap | Creates a ZONE_DEVICE mapped PUD |
189-
+---------------------------+--------------------------------------------------+
190184
| pud_mkinvalid | Invalidates a present PUD; do not call for |
191185
| | non-present PUD [1] |
192186
+---------------------------+--------------------------------------------------+

0 commit comments

Comments
 (0)