[BACK]Return to mutex.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-m32r

File: [Development] / linux-2.6-xfs / include / asm-m32r / mutex.h (download)

Revision 1.1, Wed Jan 25 00:04:14 2006 UTC (11 years, 8 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Merge up to 2.6.16-rc1

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