diff options
| author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-02-21 11:07:14 -0500 |
|---|---|---|
| committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-02-21 11:07:14 -0500 |
| commit | e29371d762df5bb35d2bc434ea266a046e5a0a75 (patch) | |
| tree | dac4a8db52d92453415f35606130a49e9f32e4ef /include/linux/raid | |
| parent | 17b14ca25e9cd6c5cd7605941f6120e405a84f8b (diff) | |
| parent | 894e2ac82bd0029adce7ad6c8d25501fdd82c994 (diff) | |
Merge branch 'master' of git://1984.lsi.us.es/nf
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/Kbuild | 0 | ||||
| -rw-r--r-- | include/linux/raid/pq.h | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/raid/Kbuild b/include/linux/raid/Kbuild deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/include/linux/raid/Kbuild +++ /dev/null | |||
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 640c69ceec96..8dfaa2ce2e95 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h | |||
| @@ -98,6 +98,9 @@ extern const struct raid6_calls raid6_altivec1; | |||
| 98 | extern const struct raid6_calls raid6_altivec2; | 98 | extern const struct raid6_calls raid6_altivec2; |
| 99 | extern const struct raid6_calls raid6_altivec4; | 99 | extern const struct raid6_calls raid6_altivec4; |
| 100 | extern const struct raid6_calls raid6_altivec8; | 100 | extern const struct raid6_calls raid6_altivec8; |
| 101 | extern const struct raid6_calls raid6_avx2x1; | ||
| 102 | extern const struct raid6_calls raid6_avx2x2; | ||
| 103 | extern const struct raid6_calls raid6_avx2x4; | ||
| 101 | 104 | ||
| 102 | struct raid6_recov_calls { | 105 | struct raid6_recov_calls { |
| 103 | void (*data2)(int, size_t, int, int, void **); | 106 | void (*data2)(int, size_t, int, int, void **); |
| @@ -109,6 +112,7 @@ struct raid6_recov_calls { | |||
| 109 | 112 | ||
| 110 | extern const struct raid6_recov_calls raid6_recov_intx1; | 113 | extern const struct raid6_recov_calls raid6_recov_intx1; |
| 111 | extern const struct raid6_recov_calls raid6_recov_ssse3; | 114 | extern const struct raid6_recov_calls raid6_recov_ssse3; |
| 115 | extern const struct raid6_recov_calls raid6_recov_avx2; | ||
| 112 | 116 | ||
| 113 | /* Algorithm list */ | 117 | /* Algorithm list */ |
| 114 | extern const struct raid6_calls * const raid6_algos[]; | 118 | extern const struct raid6_calls * const raid6_algos[]; |
