]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2ce82bdc49f420a70ed1e4e66434fad68a5645b3
treeb534e032595a0500e1d4433ff76d4cac72f1c114
parentc26e593a4ecc6faf4a3963811bd4456c48971fb5
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]