Christophe Leroy <christophe.le...@csgroup.eu> writes: > Le 04/03/2022 à 18:04, Christophe Leroy a écrit : >> Last call to sys_swapcontext() from ASM was removed by >> commit fbcee2ebe8ed ("powerpc/32: Always save non volatile GPRs at >> syscall entry") >> >> sys_debug_setcontext() prototype not needed anymore since >> commit f3675644e172 ("powerpc/syscalls: signal_{32, 64} - switch >> to SYSCALL_DEFINE") >> >> sys_switch_endian() prototype not needed anymore since >> commit 81dac8177862 ("powerpc/64: Make sys_switch_endian() traceable") >> >> _mount() prototype is already in asm/ftrace.h >> >> Signed-off-by: Christophe Leroy <christophe.le...@csgroup.eu> >> --- > > I see this series in next-test branch. > > Can you #include <asm/ftrace.h> in asm/asm-prototypes.h so that > _mcount() still gets versionned.
I just left the existing _mcount() prototype in asm-prototypes.h. I've run that through some build tests, and want to push it for tomorrow's next, so I'd rather not change it now. Send me a follow-up patch to add the include of ftrace.h and drop the _mcount() prototype. cheers