提交 a204458a 编写于 作者: R Ralf Baechle

[MIPS] unwind_stack should return a value ...

And gcc 3.4 doesn't even warn out this, grrr.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册