Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64494
b: refs/heads/master
c: de4b214
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent 4572075 commit b19c312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f478a873944fd4d040b7f40408da67e78473c8e
refs/heads/master: de4b21474053513d9ad41994c95dade3e6b3362f
5 changes: 4 additions & 1 deletion trunk/include/asm-mips/stacktrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp,
unsigned long pc, unsigned long *ra);
#else
#define raw_show_trace 1
#define unwind_stack(task, sp, pc, ra) 0
static inline unsigned long unwind_stack(struct task_struct *task,
unsigned long *sp, unsigned long pc, unsigned long *ra)
{
}
#endif

static __always_inline void prepare_frametrace(struct pt_regs *regs)
Expand Down

0 comments on commit b19c312

Please sign in to comment.