Skip to content

Commit 20954c1

Browse files
Anshuman Khandualakpm00
authored andcommitted
Documentation/mm: drop pte_bad() descriptions from arch page table helpers
pte_bad() never existed unlike similar helpers at PMU, PUD, and PGD level. This was added erroneously and hence should be dropped instead. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Anshuman Khandual <[email protected]> Reviewed-by: Rick Edgecombe <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 83a6fdd commit 20954c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/mm/arch_pgtable_helpers.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ PTE Page Table Helpers
1818
+---------------------------+--------------------------------------------------+
1919
| pte_same | Tests whether both PTE entries are the same |
2020
+---------------------------+--------------------------------------------------+
21-
| pte_bad | Tests a non-table mapped PTE |
22-
+---------------------------+--------------------------------------------------+
2321
| pte_present | Tests a valid mapped PTE |
2422
+---------------------------+--------------------------------------------------+
2523
| pte_young | Tests a young PTE |

0 commit comments

Comments
 (0)