You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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 */
|
|
|