Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] unwind_stack should return a value ...

And gcc 3.4 doesn't even warn out this, grrr.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1
+1
include/asm-mips/stacktrace.h
··· 12 12 static inline unsigned long unwind_stack(struct task_struct *task, 13 13 unsigned long *sp, unsigned long pc, unsigned long *ra) 14 14 { 15 + return 0; 15 16 } 16 17 #endif 17 18