aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/cacheflush.c
AgeCommit message (Collapse)AuthorFilesLines
2021-04-14powerpc/mem: Move cache flushing functions into mm/cacheflush.cChristophe Leroy1-0/+255
Cache flushing functions are in the middle of completely unrelated stuff in mm/mem.c Create a dedicated mm/cacheflush.c for those functions. Also cleanup the list of included headers. Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/7bf6f1600acad146e541a4e220940062f2e5b03d.1617895813.git.christophe.leroy@csgroup.eu