Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141351
b: refs/heads/master
c: fc0cb7d
h: refs/heads/master
i:
  141349: aa9f864
  141347: c70546d
  141343: 05d3d10
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 8acd1e5 commit 5908dbe
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: d86d3a0101d958988a715abb7ea4687690f0b52f
refs/heads/master: fc0cb7d166f3c8a318d8b0c9580cfe12fed9234c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/rt_pend_tq.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ volatile static struct rt_pend_tq rt_pend_tq[RT_PEND_TQ_SIZE];
volatile static struct rt_pend_tq *volatile rt_pend_head = rt_pend_tq,
*volatile rt_pend_tail = rt_pend_tq;
int rt_pend_tq_irq = 0;
spinlock_t rt_pend_tq_lock = SPIN_LOCK_UNLOCKED;
DEFINE_SPINLOCK(rt_pend_tq_lock);

// WARNING: following code not checked against race conditions yet.
#define INC_CIRCULAR_PTR(ptr,begin,size) do {if(++(ptr)>=(begin)+(size)) (ptr)=(begin); } while(0)
Expand Down

0 comments on commit 5908dbe

Please sign in to comment.