Commit e01159c7 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Jonathan Corbet

Documentation: arch_pgtable_helpers: demote pgtable list headings

All page title headings in arch_pgtable_helpers.txt except
"Architecture Page Table Helpers" should have been subheadings instead.

Demote them to chapter headings.

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 532578ed
...@@ -13,7 +13,7 @@ Following tables describe the expected semantics which can also be tested during ...@@ -13,7 +13,7 @@ Following tables describe the expected semantics which can also be tested during
boot via CONFIG_DEBUG_VM_PGTABLE option. All future changes in here or the debug boot via CONFIG_DEBUG_VM_PGTABLE option. All future changes in here or the debug
test need to be in sync. test need to be in sync.
======================
PTE Page Table Helpers PTE Page Table Helpers
====================== ======================
...@@ -79,7 +79,7 @@ PTE Page Table Helpers ...@@ -79,7 +79,7 @@ PTE Page Table Helpers
| ptep_set_access_flags | Converts into a more permissive PTE | | ptep_set_access_flags | Converts into a more permissive PTE |
+---------------------------+--------------------------------------------------+ +---------------------------+--------------------------------------------------+
======================
PMD Page Table Helpers PMD Page Table Helpers
====================== ======================
...@@ -153,7 +153,7 @@ PMD Page Table Helpers ...@@ -153,7 +153,7 @@ PMD Page Table Helpers
| pmdp_set_access_flags | Converts into a more permissive PMD | | pmdp_set_access_flags | Converts into a more permissive PMD |
+---------------------------+--------------------------------------------------+ +---------------------------+--------------------------------------------------+
======================
PUD Page Table Helpers PUD Page Table Helpers
====================== ======================
...@@ -209,7 +209,7 @@ PUD Page Table Helpers ...@@ -209,7 +209,7 @@ PUD Page Table Helpers
| pudp_set_access_flags | Converts into a more permissive PUD | | pudp_set_access_flags | Converts into a more permissive PUD |
+---------------------------+--------------------------------------------------+ +---------------------------+--------------------------------------------------+
==========================
HugeTLB Page Table Helpers HugeTLB Page Table Helpers
========================== ==========================
...@@ -235,7 +235,7 @@ HugeTLB Page Table Helpers ...@@ -235,7 +235,7 @@ HugeTLB Page Table Helpers
| huge_ptep_set_access_flags | Converts into a more permissive HugeTLB | | huge_ptep_set_access_flags | Converts into a more permissive HugeTLB |
+---------------------------+--------------------------------------------------+ +---------------------------+--------------------------------------------------+
========================
SWAP Page Table Helpers SWAP Page Table Helpers
======================== ========================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment