Revert "Remove unused define"
[fio.git] / arch / arch-ia64.h
index 37284b1591c37835da23a4f73dae0d0e2cc2e357..d9afc32e702389ab0cc94fae80f696bf3a30d501 100644 (file)
@@ -67,4 +67,6 @@ static inline void spin_unlock(spinlock_t *lock)
        __asm__ __volatile__("st4.rel.nta [%0] = r0\n\t" :: "r" (lock));
 }
 
+#define __SPIN_LOCK_UNLOCKED   { 0 }
+
 #endif