From 2b90a35bfc40afbb59a8bb74f33df98e6260a7cc Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 15 Feb 2017 01:30:11 +0300 Subject: [PATCH] test: fpu01 -- Allow running in compat mode We support compat mode now (at least partially) so the test should be allowed. Acked-by: Dmitry Safonov Acked-by: Pavel Emelyanov Signed-off-by: Cyrill Gorcunov Signed-off-by: Andrei Vagin --- 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 c8e6ca19e..bc41b6977 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"