diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-02-16 02:18:41 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-02-16 02:18:41 -0800 |
commit | 1a7311e392828a447776a8b14c39786a126090d3 (patch) | |
tree | 1a86053b222a0dd8f09af7965f19a99f38592192 /config.x86_64 | |
parent | Updated to 4.20.10 (diff) | |
download | linux-libre-1a7311e392828a447776a8b14c39786a126090d3.tar.xz |
Added raid6 preselected algorithm patch.
Anyone that uses raid6 and has avx2 should change it to avx2x4.
Diffstat (limited to 'config.x86_64')
-rw-r--r-- | config.x86_64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.x86_64 b/config.x86_64 index 1f8474a..2c519fe 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -9499,6 +9499,8 @@ CONFIG_BINARY_PRINTF=y # Library routines # CONFIG_RAID6_PQ=m +CONFIG_RAID6_PQ_DEFAULT_ALG_BOOL=y +CONFIG_RAID6_PQ_DEFAULT_ALG="sse2x4" CONFIG_BITREVERSE=y CONFIG_RATIONAL=y CONFIG_GENERIC_STRNCPY_FROM_USER=y |