From: Jim Kukunas Date: Tue, 22 May 2012 03:54:03 +0000 (+1000) Subject: crypto: wait for a full jiffy in do_xor_speed X-Git-Tag: v3.5-rc1~110^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a328475cccacb99a13b06978091da936dd51d89;p=pandora-kernel.git crypto: wait for a full jiffy in do_xor_speed In the existing do_xor_speed(), there is no guarantee that we actually run do_2() for a full jiffy. We get the current jiffy, then run do_2() until the next jiffy. Instead, let's get the current jiffy, then wait until the next jiffy to start our test. Signed-off-by: Jim Kukunas Signed-off-by: NeilBrown --- Reading git-diff-tree failed