Cpu clock does not wrap if there is no CPU clock
authorAkash Verma <akashv@google.com>
Thu, 19 Mar 2015 23:19:25 +0000 (16:19 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 20 Mar 2015 16:29:29 +0000 (10:29 -0600)
commitdac499a01d1958781e526df982d78d733f19c527
treee11704539b85d4023570dad195ef2d2e1d13f5a6
parent6fb1bda0d0b61e2433f9ef34b4b979b2642d8706
Cpu clock does not wrap if there is no CPU clock

This causes compiler warnings because of unused variables cycles_start
and cycles_wrap.

Signed-off-by: Jens Axboe <axboe@fb.com>
gettime.c