Commit a204458a authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] unwind_stack should return a value ...

And gcc 3.4 doesn't even warn out this, grrr.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent b5438582
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment