[CRIU] [PATCH] test: fpu01 -- Run on x86-64 only

Cyrill Gorcunov gorcunov at openvz.org
Thu Apr 16 04:17:27 PDT 2015


Looks like compiler can't encode wide variants
of memory copying and uses only xmm registers
in 32bit mode. Lets drio i386 from here for
a while.

https://jira.sw.ru/browse/PDFM-57822

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 test/zdtm/live/static/fpu01.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm/live/static/fpu01.c b/test/zdtm/live/static/fpu01.c
index bc41b6977bcf..c8e6ca19e6ea 100644
--- a/test/zdtm/live/static/fpu01.c
+++ b/test/zdtm/live/static/fpu01.c
@@ -6,7 +6,7 @@
 
 #include "zdtmtst.h"
 
-#if defined(__i386__) || defined(__x86_64__)
+#if defined(__x86_64__)
 
 #include "cpuid.h"
 
-- 
1.9.3



More information about the CRIU mailing list