Subversion Repositories Kolibri OS

Rev

Rev 5272 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5272 Rev 6082
Line 55... Line 55...
55
#define __UNLOCK_IRQRESTORE(lock, flags)    \
55
#define __UNLOCK_IRQRESTORE(lock, flags) \
56
  do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
56
  do { local_irq_restore(flags); __UNLOCK(lock); } while (0)
Line 57... Line 57...
57
 
57
 
58
#define _raw_spin_lock(lock)			__LOCK(lock)
58
#define _raw_spin_lock(lock)			__LOCK(lock)
-
 
59
#define _raw_spin_lock_nested(lock, subclass)	__LOCK(lock)
59
#define _raw_spin_lock_nested(lock, subclass)	__LOCK(lock)
60
#define _raw_spin_lock_bh_nested(lock, subclass) __LOCK(lock)
60
#define _raw_read_lock(lock)			__LOCK(lock)
61
#define _raw_read_lock(lock)			__LOCK(lock)
61
#define _raw_write_lock(lock)			__LOCK(lock)
62
#define _raw_write_lock(lock)			__LOCK(lock)
62
#define _raw_spin_lock_bh(lock)			__LOCK_BH(lock)
63
#define _raw_spin_lock_bh(lock)			__LOCK_BH(lock)
63
#define _raw_read_lock_bh(lock)			__LOCK_BH(lock)
64
#define _raw_read_lock_bh(lock)			__LOCK_BH(lock)