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.
10 lines
308 B
10 lines
308 B
19 years ago
|
/*
|
||
|
* Pull in the generic implementation for the mutex fastpath.
|
||
|
*
|
||
|
* TODO: implement optimized primitives instead, or leave the generic
|
||
|
* implementation in place, or pick the atomic_xchg() based generic
|
||
|
* implementation. (see asm-generic/mutex-xchg.h for details)
|
||
|
*/
|
||
|
|
||
|
#include <asm-generic/mutex-dec.h>
|