diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-02-16 02:19:04 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-02-16 02:19:04 -0800 |
commit | 72436519e5f831c449986b193cf8d30ccf3dea4e (patch) | |
tree | 3b5c292aac34ea2a9082e54bac96f6ccb1c95b49 /config.x86_64 | |
parent | Updated to 4.20.10.a (diff) | |
download | linux-libre-hardened-72436519e5f831c449986b193cf8d30ccf3dea4e.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 efb53f5..128556b 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -9495,6 +9495,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 |