commit | aa9532d4899ff14e50de10d261b761d157cd2ae3 | [log] [tgz] |
---|---|---|
author | Matt Brown <matthew.brown.dev@gmail.com> | Fri Aug 04 13:42:33 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 20 16:47:52 2018 +1100 |
tree | 373ef653ad6ea18f7aae0ca9973a5ad17a7b53da | |
parent | 751ba79cc552c146595cd439b21c4ff8998c3b69 [diff] |
lib/raid6: Build proper raid6test files on powerpc Previously the raid6 test Makefile did not build the POWER specific files (altivec and vpermxor). This patch fixes the bug, so that all appropriate files for powerpc are built. This patch also fixes the missing and mismatched ifdef statements to allow the altivec.uc file to be built correctly. Signed-off-by: Matt Brown <matthew.brown.dev@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>