aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid6mmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid6mmx.c')
-rw-r--r--drivers/md/raid6mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid6mmx.c b/drivers/md/raid6mmx.c
index 6181a5a3365a..d4e4a1bd70ad 100644
--- a/drivers/md/raid6mmx.c
+++ b/drivers/md/raid6mmx.c
@@ -16,7 +16,7 @@
16 * MMX implementation of RAID-6 syndrome functions 16 * MMX implementation of RAID-6 syndrome functions
17 */ 17 */
18 18
19#if defined(__i386__) 19#if defined(__i386__) && !defined(__arch_um__)
20 20
21#include "raid6.h" 21#include "raid6.h"
22#include "raid6x86.h" 22#include "raid6x86.h"