From: John Wolfe Date: Fri, 29 Jul 2022 03:03:42 +0000 (-0700) Subject: lib/misc/hostinfoPosix.c: iopl(3) is not avaiable on ARM. X-Git-Tag: stable-12.1.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9ab15472ed53a3071902ca5ec41d60e2f00d88;p=thirdparty%2Fopen-vm-tools.git lib/misc/hostinfoPosix.c: iopl(3) is not avaiable on ARM. --- diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index d785d9228..f525236f3 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -75,7 +75,7 @@ #if !defined(sun) && !defined __ANDROID__ && (!defined(USING_AUTOCONF) || \ (defined(HAVE_SYS_IO_H) && \ defined(HAVE_SYS_SYSINFO_H))) -#if defined(__i386__) || defined(__x86_64__) || defined(__arm__) +#if defined(__i386__) || defined(__x86_64__) #include #else #define NO_IOPL