Skip to content

Commit

Permalink
[MIPS] unwind_stack should return a value ...
Browse files Browse the repository at this point in the history
And gcc 3.4 doesn't even warn out this, grrr.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent b543858 commit a204458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-mips/stacktrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp,
static inline unsigned long unwind_stack(struct task_struct *task,
unsigned long *sp, unsigned long pc, unsigned long *ra)
{
return 0;
}
#endif

Expand Down

0 comments on commit a204458

Please sign in to comment.