aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/ftrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/asm/ftrace.h')
-rw-r--r--arch/xtensa/include/asm/ftrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/ftrace.h b/arch/xtensa/include/asm/ftrace.h
index 73cc3f482304..736b9d214d80 100644
--- a/arch/xtensa/include/asm/ftrace.h
+++ b/arch/xtensa/include/asm/ftrace.h
@@ -18,7 +18,7 @@
18 __asm__ __volatile__ ( \ 18 __asm__ __volatile__ ( \
19 "mov %0, a0\n" \ 19 "mov %0, a0\n" \
20 "mov %1, a1\n" \ 20 "mov %1, a1\n" \
21 : "=r"(a0), "=r"(a1) : : ); \ 21 : "=r"(a0), "=r"(a1)); \
22 MAKE_PC_FROM_RA(a0, a1); }) 22 MAKE_PC_FROM_RA(a0, a1); })
23#ifdef CONFIG_FRAME_POINTER 23#ifdef CONFIG_FRAME_POINTER
24extern unsigned long return_address(unsigned level); 24extern unsigned long return_address(unsigned level);