Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162699
b: refs/heads/master
c: 407505d
h: refs/heads/master
i:
  162697: e4a269b
  162695: 0b59e53
v: v3
  • Loading branch information
Sonic Zhang authored and Mike Frysinger committed Sep 17, 2009
1 parent 57fdee2 commit eda388d
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: 2120b68f31d3b08be99010b3992f58f07794b8b0
refs/heads/master: 407505dc01ac2b4f2944cd3c6a0c02473ffb869e
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ void show_stack(struct task_struct *task, unsigned long *stack)
frame_no = 0;

for (addr = (unsigned int *)((unsigned int)stack & ~0xF), i = 0;
addr <= endstack; addr++, i++) {
addr < endstack; addr++, i++) {

ret_addr = 0;
if (!j && i % 8 == 0)
Expand Down

0 comments on commit eda388d

Please sign in to comment.