Revision 7a20655bc5316ccec0f036cde46e609ba5571f5e authored by Linus Torvalds on 29 October 2006, 21:53:05 UTC, committed by Linus Torvalds on 29 October 2006, 21:53:05 UTC
* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
  [WATCHDOG] sc1200wdt.c pnp unregister fix.
2 parent s e6c9f71 + 150ed8e
Raw File
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