summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/ftrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/ftrace.h')
-rw-r--r--arch/microblaze/include/asm/ftrace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/ftrace.h b/arch/microblaze/include/asm/ftrace.h
index 5db7f4489f05..4ca38b92a3a2 100644
--- a/arch/microblaze/include/asm/ftrace.h
+++ b/arch/microblaze/include/asm/ftrace.h
@@ -10,10 +10,11 @@
#ifndef __ASSEMBLY__
extern void _mcount(void);
extern void ftrace_call_graph(void);
+void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr);
#endif
#ifdef CONFIG_DYNAMIC_FTRACE
-/* reloction of mcount call site is the same as the address */
+/* relocation of mcount call site is the same as the address */
static inline unsigned long ftrace_call_adjust(unsigned long addr)
{
return addr;