Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295478
b: refs/heads/master
c: 4ebc1b4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed Feb 28, 2012
1 parent df433cf commit cc28563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: f649e9388cd46ad1634164e56f96ae092ca59e4a
refs/heads/master: 4ebc1b4b0004b45e280940db81888a7863d3a01d
5 changes: 1 addition & 4 deletions trunk/include/linux/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,7 @@ static inline int spin_can_lock(spinlock_t *lock)
return raw_spin_can_lock(&lock->rlock);
}

static inline void assert_spin_locked(spinlock_t *lock)
{
assert_raw_spin_locked(&lock->rlock);
}
#define assert_spin_locked(lock) assert_raw_spin_locked(&(lock)->rlock)

/*
* Pull the atomic_t declaration:
Expand Down

0 comments on commit cc28563

Please sign in to comment.