Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118011
b: refs/heads/master
c: e2862c9
h: refs/heads/master
i:
  118009: 42611b6
  118007: e1865e8
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Oct 27, 2008
1 parent 4aae057 commit 2f1e611
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: 4944dd62de21230af039eda7cd218e9a09021d11
refs/heads/master: e2862c9470beb842d3f1c1965b03a2112114c160
4 changes: 3 additions & 1 deletion trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,9 @@ rb_add_time_stamp(struct ring_buffer_per_cpu *cpu_buffer,
if (unlikely(*delta > (1ULL << 59) && !once++)) {
printk(KERN_WARNING "Delta way too big! %llu"
" ts=%llu write stamp = %llu\n",
*delta, *ts, cpu_buffer->write_stamp);
(unsigned long long)*delta,
(unsigned long long)*ts,
(unsigned long long)cpu_buffer->write_stamp);
WARN_ON(1);
}

Expand Down

0 comments on commit 2f1e611

Please sign in to comment.