X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os-linux.h;h=84919539e7a711e6c7d724705314a2c6e03d707b;hp=549694a468081b31208486dbf4605191dd054fa5;hb=5af1c6f3b46b40ef6b7021a34fd38889226e137f;hpb=7756b0d046ef74c32df134c8b716237cc5e16bad diff --git a/os-linux.h b/os-linux.h index 549694a4..84919539 100644 --- a/os-linux.h +++ b/os-linux.h @@ -20,13 +20,6 @@ #define FIO_HAVE_ODIRECT #define FIO_HAVE_HUGETLB -/* - * Only for x86 currently - */ -#if defined(__i386__) -#define FIO_HAVE_SYSLET -#endif - #define OS_MAP_ANON (MAP_ANONYMOUS) typedef cpu_set_t os_cpu_mask_t;