]> Pileus Git - ~andy/linux/blobdiff - lib/raid6/recov_ssse3.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[~andy/linux] / lib / raid6 / recov_ssse3.c
index ecb710c0b4d92110558b810045172e7046c20ec0..a9168328f03b3dac26f9f2fbd15fe1397147ee2e 100644 (file)
@@ -7,8 +7,6 @@
  * of the License.
  */
 
-#if (defined(__i386__) || defined(__x86_64__)) && !defined(__arch_um__)
-
 #include <linux/raid/pq.h>
 #include "x86.h"
 
@@ -332,5 +330,3 @@ const struct raid6_recov_calls raid6_recov_ssse3 = {
 #endif
        .priority = 1,
 };
-
-#endif