]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/mutex.h
Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy
[karo-tx-linux.git] / arch / x86 / include / asm / mutex.h
index bc2a0b0dcea60aaf593e8b91b25515220986fe29..7d3a482753949eb7412b901c0b16408cc94d32f0 100644 (file)
@@ -3,13 +3,3 @@
 #else
 # include <asm/mutex_64.h>
 #endif
-
-#ifndef        __ASM_MUTEX_H
-#define        __ASM_MUTEX_H
-/*
- * For the x86 architecture, it allows any negative number (besides -1) in
- * the mutex count to indicate that some other threads are waiting on the
- * mutex.
- */
-#define __ARCH_ALLOW_ANY_NEGATIVE_MUTEX_COUNT  1
-#endif