summaryrefslogtreecommitdiffstats
path: root/lib/raid6/recov_s390xc.c
Commit message (Collapse)AuthorAgeFilesLines
* RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky2016-09-011-0/+116
The XC instruction can be used to improve the speed of the raid6 recovery. The loops now operate on blocks of 256 bytes. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>