Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5272 → Rev 6082

/drivers/include/linux/spinlock_api_up.h
57,6 → 57,7
 
#define _raw_spin_lock(lock) __LOCK(lock)
#define _raw_spin_lock_nested(lock, subclass) __LOCK(lock)
#define _raw_spin_lock_bh_nested(lock, subclass) __LOCK(lock)
#define _raw_read_lock(lock) __LOCK(lock)
#define _raw_write_lock(lock) __LOCK(lock)
#define _raw_spin_lock_bh(lock) __LOCK_BH(lock)