diff options
Diffstat (limited to 'include/asm-mips/stacktrace.h')
-rw-r--r-- | include/asm-mips/stacktrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/stacktrace.h b/include/asm-mips/stacktrace.h index 87bd7caec1cf..0bf82818aa53 100644 --- a/include/asm-mips/stacktrace.h +++ b/include/asm-mips/stacktrace.h | |||
@@ -12,6 +12,7 @@ extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, | |||
12 | static inline unsigned long unwind_stack(struct task_struct *task, | 12 | static inline unsigned long unwind_stack(struct task_struct *task, |
13 | unsigned long *sp, unsigned long pc, unsigned long *ra) | 13 | unsigned long *sp, unsigned long pc, unsigned long *ra) |
14 | { | 14 | { |
15 | return 0; | ||
15 | } | 16 | } |
16 | #endif | 17 | #endif |
17 | 18 | ||