Move syslet check into the arch header, where it belongs
[fio.git] / arch-x86.h
index 804559d6fa904981b856275e9e5d3cfa4957da18..7b17f095b3e8e8489a078ffa14531bcf99aa3dc3 100644 (file)
@@ -25,6 +25,8 @@
 # define __NR_async_thread     323
 #endif
 
+#define FIO_HAVE_SYSLET
+
 #define nop    __asm__ __volatile__("rep;nop": : :"memory")
 
 static inline unsigned long ffz(unsigned long bitmask)