https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8a14f9bcf46fefa671630f9d86a435c40d5bf8e0 authored by Jason Self on 25 January 2009, 00:37:11 UTC
Linux-libre 2.6.27.13-gnu1
Tip revision: 8a14f9b
mutex.h
/*
 * 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>
back to top