X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmd%2Fraid6mmx.c;h=d4e4a1bd70ad2f0841a8dd4036a167dfd1e9a3c0;hb=4b4f7280d7fd1feeff134c2cf2db32fd583b6c29;hp=6181a5a3365a198d3aad83b52f6c7e09a4d5aad3;hpb=eb9c4f2ef7150ea2144b53811d1cf555d8e27f69;p=linux-2.6 diff --git a/drivers/md/raid6mmx.c b/drivers/md/raid6mmx.c index 6181a5a336..d4e4a1bd70 100644 --- a/drivers/md/raid6mmx.c +++ b/drivers/md/raid6mmx.c @@ -16,7 +16,7 @@ * MMX implementation of RAID-6 syndrome functions */ -#if defined(__i386__) +#if defined(__i386__) && !defined(__arch_um__) #include "raid6.h" #include "raid6x86.h"