Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145948
b: refs/heads/master
c: 04dce7d
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Ingo Molnar committed Jun 10, 2009
1 parent fcff743 commit f459b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a511e3f968c462a55ef58697257f5347c73d306e
refs/heads/master: 04dce7d9d429ea5ea04e9432d1726c930f4d67da
1 change: 1 addition & 0 deletions trunk/include/linux/spinlock_up.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ static inline void __raw_spin_unlock(raw_spinlock_t *lock)
#define __raw_spin_is_locked(lock) ((void)(lock), 0)
/* for sched.c and kernel_lock.c: */
# define __raw_spin_lock(lock) do { (void)(lock); } while (0)
# define __raw_spin_lock_flags(lock, flags) do { (void)(lock); } while (0)
# define __raw_spin_unlock(lock) do { (void)(lock); } while (0)
# define __raw_spin_trylock(lock) ({ (void)(lock); 1; })
#endif /* DEBUG_SPINLOCK */
Expand Down

0 comments on commit f459b8a

Please sign in to comment.