Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17467
b: refs/heads/master
c: 2acbb8c
h: refs/heads/master
i:
  17465: 6a2dd84
  17463: dbf1711
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Jan 9, 2006
1 parent d8fce38 commit d27381c
Show file tree
Hide file tree
Showing 20 changed files with 172 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 823d0f4f67252115212eb86caba14d5795bbe643
refs/heads/master: 2acbb8c657af86b2fa5b185f1d7048385e310585
9 changes: 9 additions & 0 deletions trunk/include/asm-alpha/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-cris/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-frv/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-h8300/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-ia64/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-m32r/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-m68k/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-m68knommu/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-mips/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-parisc/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-powerpc/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-s390/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-sh/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-sh64/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-sparc/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-sparc64/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-um/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-v850/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>
9 changes: 9 additions & 0 deletions trunk/include/asm-xtensa/mutex.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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>

0 comments on commit d27381c

Please sign in to comment.