X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fidr.h;h=81439bfc0395994c5158cfe04f802cfafa5e3774;hp=0aeae77806c719f7107d583e585c11f12b8ae4af;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9 diff --git a/include/linux/idr.h b/include/linux/idr.h index 0aeae7780..81439bfc0 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h @@ -15,10 +15,10 @@ #if BITS_PER_LONG == 32 # define IDR_BITS 5 -# define IDR_FULL 0xffffffff +# define IDR_FULL 0xfffffffful #elif BITS_PER_LONG == 64 # define IDR_BITS 6 -# define IDR_FULL 0xffffffffffffffff +# define IDR_FULL 0xfffffffffffffffful #else # error "BITS_PER_LONG is not 32 or 64" #endif