Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177351
b: refs/heads/master
c: cc51a0f
h: refs/heads/master
i:
  177349: e91b32f
  177347: 3c19d91
  177343: 5efb123
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Dec 11, 2009
1 parent 379585f commit a9b79c9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 03889384cee7a198a79447c1ea6aca2c8e54d155
refs/heads/master: cc51a0fca66658ea710db566ba17e80e3f7d4957
2 changes: 2 additions & 0 deletions trunk/kernel/trace/trace_irqsoff.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ check_critical_timing(struct trace_array *tr,
goto out_unlock;

trace_function(tr, CALLER_ADDR0, parent_ip, flags, pc);
/* Skip 5 functions to get to the irq/preempt enable function */
__trace_stack(tr, flags, 5, pc);

if (data->critical_sequence != max_sequence)
goto out_unlock;
Expand Down

0 comments on commit a9b79c9

Please sign in to comment.