Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80258
b: refs/heads/master
c: 3d1f7ca
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Jan 30, 2008
1 parent 12d8f06 commit 20928e4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 076f9776f5d8d131b36955db8641aba3893c2c1b
refs/heads/master: 3d1f7cae883ce4aac99c661562111a25d52effe0
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,16 @@ static inline unsigned long print_context_stack(struct thread_info *tinfo,
unsigned long addr;

addr = frame->return_address;
ops->address(data, addr);
if (__kernel_text_address(addr))
ops->address(data, addr);
/*
* break out of recursive entries (such as
* end_of_stack_stop_unwind_function). Also,
* we can never allow a frame pointer to
* move downwards!
*/
next = frame->next_frame;
bp = (unsigned long) next;
if (next <= frame)
break;
frame = next;
Expand Down

0 comments on commit 20928e4

Please sign in to comment.