~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to include/asm-frv/mutex.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Pull in the generic implementation for the mutex fastpath.
3
 
 *
4
 
 * TODO: implement optimized primitives instead, or leave the generic
5
 
 * implementation in place, or pick the atomic_xchg() based generic
6
 
 * implementation. (see asm-generic/mutex-xchg.h for details)
7
 
 */
8
 
 
9
 
#include <asm-generic/mutex-dec.h>