[CRYPTO]: Use CPU cycle counters in tcrypt
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jun 2005 20:29:03 +0000 (13:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jun 2005 20:29:03 +0000 (13:29 -0700)
commit6a17944ca12229036a6d8d48be1b5eb51204fcf8
treef3728d31d288746b85cd50883648a078c42b1850
parentdce907c00ff246a1fbb2b619964753ebc046591d
[CRYPTO]: Use CPU cycle counters in tcrypt

After using this facility for a while to test my changes to the
cipher crypt() layer, I realised that I should've listend to Dave
and made this thing use CPU cycle counters :) As it is it's too
jittery for me to feel safe about relying on the results.

So here is a patch to make it use CPU cycles by default but fall
back to jiffies if the user specifies a non-zero sec value.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/tcrypt.c