]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: disable preemption while benchmarking RAID5 xor checksumming
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Tue, 24 Apr 2012 00:57:49 +0000 (10:57 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:49 +0000 (10:57 +1000)
commit31a347c41b49eb372c66d9af4b5bd82a2ea35892
tree61f5b8d28a048d977c22c7746cdce920690235fb
parentf0bce548d1f775c652f817de1cd9f2bcac0bb104
crypto: disable preemption while benchmarking RAID5 xor checksumming

With CONFIG_PREEMPT=y, we need to disable preemption while benchmarking
RAID5 xor checksumming to ensure we're actually measuring what we think
we're measuring.

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
crypto/xor.c