[funini.com] -> [kei@sodan] -> Kernel Reading

root/include/asm-m68k/mutex.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


/*
 * 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>

/* [<][>][^][v][top][bottom][index][help] */

[funini.com] -> [kei@sodan] -> Kernel Reading