Revert "Remove unused define"
[fio.git] / arch / arch-x86.h
index 51d7d9674bc220a9a33fff008c52b4c0555359c8..b9249eae6f449d4f04e6fc2e6f25873eb9763527 100644 (file)
@@ -69,4 +69,6 @@ static inline void spin_unlock(spinlock_t *lock)
                        : "memory", "cc");
 }
 
+#define __SPIN_LOCK_UNLOCKED   { 0 }
+
 #endif