]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/misc/hostinfoPosix.c: iopl(3) is not avaiable on ARM.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 29 Jul 2022 03:03:42 +0000 (20:03 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 29 Jul 2022 03:03:42 +0000 (20:03 -0700)
open-vm-tools/lib/misc/hostinfoPosix.c

index d785d9228431cd2156a4d6ecf462c360e8b120a3..f525236f3d230c9c511fdae5ed3f520e9cf7db01 100644 (file)
@@ -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 <sys/io.h>
 #else
 #define NO_IOPL