Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40084
b: refs/heads/master
c: eea32d4
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Oct 19, 2006
1 parent e007a2c commit 2d0fbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 089c7e7f2da7c3245de47377252683bd9edae738
refs/heads/master: eea32d4c6e272b6c324c8c22df4c28274fcb5a21
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static void save_context_stack(struct stack_trace *trace,
pc = unwind_stack(task, &sp, pc, &ra);
} while (pc);
#else
save_raw_context_stack(sp);
save_raw_context_stack(trace, sp);
#endif
}

Expand Down

0 comments on commit 2d0fbe2

Please sign in to comment.