OpenCloudOS-Kernel/arch/powerpc/mm/ptdump
Christophe Leroy 179ae57dba powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()
Function names should tell what the function does, not how.

mfsrin() and mtsrin() are read/writing segment registers.

They are called that way because they are using mfsrin and mtsrin
instructions, but it doesn't matter for the caller.

In preparation of following patch, change their name to mfsr() and mtsr()
in order to make it obvious they manipulate segment registers without
messing up with how they do it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/f92d99f4349391b77766745900231aa880a0efb5.1612612022.git.christophe.leroy@csgroup.eu
2021-02-09 01:10:15 +11:00
..
8xx.c powerpc/8xx: Support 16k hugepages with 4k pages 2020-09-15 22:13:31 +10:00
Makefile powerpc: Move page table dump files in a dedicated subdirectory 2019-02-22 22:29:22 +11:00
bats.c powerpc: Remove support for PowerPC 601 2020-10-08 21:17:13 +11:00
book3s64.c mm: introduce include/linux/pgtable.h 2020-06-09 09:39:13 -07:00
hashpagetable.c Merge branch 'akpm' (patches from Andrew) 2020-08-07 11:39:33 -07:00
ptdump.c Merge branch 'akpm' (patches from Andrew) 2020-08-07 11:39:33 -07:00
ptdump.h powerpc/ptdump: Display size of BATs 2020-05-26 22:22:18 +10:00
segment_regs.c powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr() 2021-02-09 01:10:15 +11:00
shared.c mm: introduce include/linux/pgtable.h 2020-06-09 09:39:13 -07:00