Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146153
b: refs/heads/master
c: 74f4fd2
h: refs/heads/master
i:
  146151: c58c7aa
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed May 8, 2009
1 parent 1f4f5f8 commit a96d458
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7da3046d6ce6ea97494020081c509b642b7016af
refs/heads/master: 74f4fd21664148b8c454cc07bfe74e4dd51cf07b
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ void ring_buffer_discard_commit(struct ring_buffer *buffer,
* committed yet. Thus we can assume that preemption
* is still disabled.
*/
RB_WARN_ON(buffer, !preempt_count());
RB_WARN_ON(buffer, preemptible());

cpu = smp_processor_id();
cpu_buffer = buffer->buffers[cpu];
Expand Down

0 comments on commit a96d458

Please sign in to comment.