https://jxself.org/git/linux-libre.git
Raw File
Tip revision: bef5acd7961ba6f246f7ff99598a0d3d3a59c824 authored by Jason Self on 30 January 2015, 12:33:14 UTC
Linux-libre 3.12.37-gnu
Tip revision: bef5acd
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