Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100558
b: refs/heads/master
c: da89a7a
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 26, 2008
1 parent f31e334 commit 9a2b98c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: 7e18d8e701b6798a5df11e0a16881a60ab1018b6
refs/heads/master: da89a7a2536c46e76a1a4351a70a8b8417e5fed1
16 changes: 0 additions & 16 deletions trunk/kernel/trace/trace_irqsoff.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,6 @@ check_critical_timing(struct trace_array *tr,

update_max_tr_single(tr, current, cpu);

if (!runqueue_is_locked()) {
if (tracing_thresh) {
printk(KERN_INFO "(%16s-%-5d|#%d): %lu us critical"
" section violates %lu us threshold.\n",
current->comm, current->pid,
raw_smp_processor_id(),
latency, nsecs_to_usecs(tracing_thresh));
} else {
printk(KERN_INFO "(%16s-%-5d|#%d): new %lu us"
" maximum-latency critical section.\n",
current->comm, current->pid,
raw_smp_processor_id(),
latency);
}
}

max_sequence++;

out_unlock:
Expand Down

0 comments on commit 9a2b98c

Please sign in to comment.