]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/asm-generic/mcs_spinlock.h
Merge branch 'fixes-v3.15-rc1'; commit '390403fd79821bbd0c3a0d83307df2be87047b36...
[karo-tx-linux.git] / include / asm-generic / mcs_spinlock.h
1 #ifndef __ASM_MCS_SPINLOCK_H
2 #define __ASM_MCS_SPINLOCK_H
3
4 /*
5  * Architectures can define their own:
6  *
7  *   arch_mcs_spin_lock_contended(l)
8  *   arch_mcs_spin_unlock_contended(l)
9  *
10  * See kernel/locking/mcs_spinlock.c.
11  */
12
13 #endif /* __ASM_MCS_SPINLOCK_H */