mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
14 lines
260 B
C
14 lines
260 B
C
|
#ifndef __ASM_MCS_SPINLOCK_H
|
||
|
#define __ASM_MCS_SPINLOCK_H
|
||
|
|
||
|
/*
|
||
|
* Architectures can define their own:
|
||
|
*
|
||
|
* arch_mcs_spin_lock_contended(l)
|
||
|
* arch_mcs_spin_unlock_contended(l)
|
||
|
*
|
||
|
* See kernel/locking/mcs_spinlock.c.
|
||
|
*/
|
||
|
|
||
|
#endif /* __ASM_MCS_SPINLOCK_H */
|