powerpc/ftrace: Remove ftrace_32.S
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 20 Dec 2021 16:38:44 +0000 (16:38 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 12 Feb 2022 11:47:28 +0000 (22:47 +1100)
commit4ee83a2cfbc46c13f2a08fe6d48dbcede53cdbf8
treeb534e032595a0500e1d4433ff76d4cac72f1c114
parent41315494beed087011f256b4f1439bb3d8236904
powerpc/ftrace: Remove ftrace_32.S

Functions in ftrace_32.S are common with PPC64.

Reuse the ones defined for PPC64 with slight modification
when required.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
[mpe: Squash in fixup diff from Christophe]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/5e837fc190504c4ef834272e70d60ae33f175d49.1640017960.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/trace/Makefile
arch/powerpc/kernel/trace/ftrace_32.S [deleted file]
arch/powerpc/kernel/trace/ftrace_64.S [deleted file]
arch/powerpc/kernel/trace/ftrace_64_mprofile.S [deleted file]
arch/powerpc/kernel/trace/ftrace_low.S [new file with mode: 0644]
arch/powerpc/kernel/trace/ftrace_mprofile.S [new file with mode: 0644]