hash: make 64-bit type ULL
authorJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 22:21:04 +0000 (15:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 22:21:04 +0000 (15:21 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
hash.h

diff --git a/hash.h b/hash.h
index 13600f4e5e4b3602df1e59636e3d687b1ce0dc82..02b06140146b469abd05772406102fec845747fc 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -28,7 +28,7 @@
 #error Define GOLDEN_RATIO_PRIME for your wordsize.
 #endif
 
-#define GR_PRIME_64    0x9e37fffffffc0001UL
+#define GR_PRIME_64    0x9e37fffffffc0001ULL
 
 static inline unsigned long __hash_long(unsigned long val)
 {