Files
linux/arch/xtensa/include/asm
Mark Rutland b4ed71f557 mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
The naming of pgtable_page_{ctor,dtor}() seems to have confused a few
people, and until recently arm64 used these erroneously/pointlessly for
other levels of page table.

To make it incredibly clear that these only apply to the PTE level, and to
align with the naming of pgtable_pmd_page_{ctor,dtor}(), let's rename them
to pgtable_pte_page_{ctor,dtor}().

These changes were generated with the following shell script:

----
git grep -lw 'pgtable_page_.tor' | while read FILE; do
    sed -i '{s/pgtable_page_ctor/pgtable_pte_page_ctor/}' $FILE;
    sed -i '{s/pgtable_page_dtor/pgtable_pte_page_dtor/}' $FILE;
done
----

... with the documentation re-flowed to remain under 80 columns, and
whitespace fixed up in macros to keep backslashes aligned.

There should be no functional change as a result of this patch.

Link: http://lkml.kernel.org/r/20190722141133.3116-1-mark.rutland@arm.com
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>	[m68k]
Cc: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-09-26 10:10:44 -07:00
..
2019-05-07 10:36:31 -07:00
2019-05-07 10:36:31 -07:00
2018-06-15 18:10:01 -03:00
2014-01-15 00:28:11 +04:00
2018-12-17 13:48:22 -08:00
2019-07-15 09:20:26 -03:00
2018-02-11 09:18:12 -08:00
2017-12-16 22:37:10 -08:00
2014-01-14 10:19:58 -08:00
2014-01-14 10:19:58 -08:00
2017-12-16 22:37:10 -08:00
2014-01-15 00:27:03 +04:00
2019-06-16 23:31:28 -07:00
2019-09-01 13:11:57 -07:00
2014-01-14 10:19:59 -08:00
2018-01-02 03:25:41 -08:00
2019-02-07 12:35:02 -08:00
2019-04-03 10:32:54 +02:00