commit | 1fbbf72e16c27a6fda636db3891a41cd37dc6666 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Mar 25 23:03:18 2010 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Mar 25 23:03:18 2010 +0100 |
tree | c34e55748384a1ac6116e8cc6dda67efd7677deb | |
parent | fdba6ac393728b3f743013a6517a987fda79bd1a [diff] [blame] |
First step at speeding up io_u rand refill Makes it 3x faster here. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/Makefile.solaris b/Makefile.solaris index 0ec6d73..49a4ef9 100644 --- a/Makefile.solaris +++ b/Makefile.solaris
@@ -7,6 +7,8 @@ rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o \ profile.o debug.o +OBJS += lib/rand.o + OBJS += crc/crc7.o OBJS += crc/crc16.o OBJS += crc/crc32.o