X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Farch.h;h=31d96d403167dd3435b6f9e66e68a055f605e7b6;hb=8afbf87460396a13e025cdd2203978d137a14a74;hp=3ee5ac43e563eb0b5e3c72576e18d8729139ce3c;hpb=fb9f08c6b9da943efd334187ac74200e551596f2;p=fio.git diff --git a/arch/arch.h b/arch/arch.h index 3ee5ac43..31d96d40 100644 --- a/arch/arch.h +++ b/arch/arch.h @@ -1,12 +1,6 @@ #ifndef ARCH_H #define ARCH_H -#ifdef __WORDSIZE -#define BITS_PER_LONG __WORDSIZE -#else -#define BITS_PER_LONG 32 -#endif - enum { arch_x86_64 = 1, arch_i386, @@ -33,6 +27,8 @@ enum { ARCH_FLAG_4 = 1 << 3, }; +extern unsigned long arch_flags; + #if defined(__i386__) #include "arch-x86.h" #elif defined(__x86_64__)