[CRIU] [PATCH 6/6] test: fpu01 -- Allow running in compat mode

Cyrill Gorcunov gorcunov at openvz.org
Tue Feb 14 14:30:11 PST 2017


We support compat mode now (at least partially) so
the test should be allowed.

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

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



More information about the CRIU mailing list