Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117990
b: refs/heads/master
c: 81520a1
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Oct 20, 2008
1 parent ae460db commit db3f0b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ce83aea86bf46fd1bff59d2e6d16f48fdce22fc
refs/heads/master: 81520a1b0649d0701205b818714a8c1e1cfbbb5b
4 changes: 4 additions & 0 deletions trunk/kernel/trace/trace_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ static inline void check_stack(void)
if (this_size <= max_stack_size)
return;

/* we do not handle interrupt stacks yet */
if (!object_is_on_stack(&this_size))
return;

raw_local_irq_save(flags);
__raw_spin_lock(&max_stack_lock);

Expand Down

0 comments on commit db3f0b6

Please sign in to comment.