X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmd%2Fraid6mmx.c;h=d4e4a1bd70ad2f0841a8dd4036a167dfd1e9a3c0;hb=09240cf429505891d6123ce14a29f58f2a60121e;hp=6181a5a3365a198d3aad83b52f6c7e09a4d5aad3;hpb=db7ce76f6b3dfc119ab2f03e5e7784afc9cf2f05;p=pandora-kernel.git 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 @@ * MMX implementation of RAID-6 syndrome functions */ -#if defined(__i386__) +#if defined(__i386__) && !defined(__arch_um__) #include "raid6.h" #include "raid6x86.h"