diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-31 01:32:09 +0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-03-25 03:29:55 +0400 |
commit | d3985d9ac6eeaf447a40d18b78a7e5443f95d790 (patch) | |
tree | 556fa5d09f618bb2d8753b7b91223e1dfd26022e /arch/um/include/asm/mutex.h | |
parent | 69a3b4b28e29142f55de4d0661c3426ba9f1b6d3 (diff) | |
download | linux-d3985d9ac6eeaf447a40d18b78a7e5443f95d790.tar.xz |
um: a bunch of headers can be killed by using generic-y
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/asm/mutex.h')
-rw-r--r-- | arch/um/include/asm/mutex.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/um/include/asm/mutex.h b/arch/um/include/asm/mutex.h deleted file mode 100644 index 458c1f7fbc18..000000000000 --- a/arch/um/include/asm/mutex.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * 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> |