]> 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>
Thu, 12 Apr 2012 06:12:22 +0000 (16:12 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 12 Apr 2012 06:12:22 +0000 (16:12 +1000)
commit405f7e50fc471efe4e789d5e7495d1867566a6d6
tree5685fed4cc40318db84f1b0bd0e070946875939c
parent8f862ecb0f9e6649dfffc33e33f1b7e819fae8f8
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