]> Git Repo - linux.git/commit
x86/raid6: correctly check for assembler capabilities
authorJan Beulich <[email protected]>
Fri, 23 Jan 2015 08:29:50 +0000 (08:29 +0000)
committerNeilBrown <[email protected]>
Tue, 3 Feb 2015 21:35:51 +0000 (08:35 +1100)
commit75aaf4c3e6a4ed48207230cf133a02258ca5abd5
tree4d4eba8a7ead427b30f41b0566838e8ff5b91688
parentd95901433436aeb921eac58bfd8a2aa77f110384
x86/raid6: correctly check for assembler capabilities

Just like for AVX2 (which simply needs an #if -> #ifdef conversion),
SSSE3 assembler support should be checked for before using it.

Signed-off-by: Jan Beulich <[email protected]>
Cc: Jim Kukunas <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Signed-off-by: NeilBrown <[email protected]>
arch/x86/Makefile
lib/raid6/algos.c
lib/raid6/recov_avx2.c
lib/raid6/recov_ssse3.c
This page took 0.050868 seconds and 4 git commands to generate.