X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os-linux.h;h=84919539e7a711e6c7d724705314a2c6e03d707b;hp=549694a468081b31208486dbf4605191dd054fa5;hb=4667c19e207cc308e32278851857ec0d705fb008;hpb=e77fe33a06fc0aaccb5d14fe6d257b6313cbf2ef 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;