Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123473
b: refs/heads/master
c: 8dbc50c
h: refs/heads/master
i:
  123471: 26a300d
v: v3
  • Loading branch information
Robert Richter committed Dec 10, 2008
1 parent e38c94f commit c162df7
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: cdc1834d1aa2e5b574a25e66f82625b44cdd0d8f
refs/heads/master: 8dbc50c322619eb821907e8dba75252f5378c712
2 changes: 1 addition & 1 deletion trunk/drivers/oprofile/buffer_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static void increment_tail(struct oprofile_cpu_buffer *b)
{
unsigned long new_tail = b->tail_pos + 1;

rmb(); /* be sure fifo pointers are synchromized */
rmb(); /* be sure fifo pointers are synchronized */

if (new_tail < b->buffer_size)
b->tail_pos = new_tail;
Expand Down

0 comments on commit c162df7

Please sign in to comment.