X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=arch%2Farch-x86.h;h=b9249eae6f449d4f04e6fc2e6f25873eb9763527;hp=51d7d9674bc220a9a33fff008c52b4c0555359c8;hb=61a179a8fa701a2f5e9cd92b78ccc98f96b9f1d4;hpb=edf2c6cf5adc82ee43c81e033cf2215eb9ffdb16 diff --git a/arch/arch-x86.h b/arch/arch-x86.h index 51d7d967..b9249eae 100644 --- a/arch/arch-x86.h +++ b/arch/arch-x86.h @@ -69,4 +69,6 @@ static inline void spin_unlock(spinlock_t *lock) : "memory", "cc"); } +#define __SPIN_LOCK_UNLOCKED { 0 } + #endif