]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
revert a680b2abe725f4d5240
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 2 Jul 2020 10:16:22 +0000 (10:16 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 2 Jul 2020 10:23:47 +0000 (10:23 +0000)
It's not clear what that commit was supposed to fix. Looks like
772420322deb14b2ff should have helped there.

sys-utils/lscpu.c

index 1e279915dda304f3f93e500c3cdfb2063087c36b..ca085b665aa896885dbfe92d3cf9f3935a41f301 100644 (file)
 #include <sys/personality.h>
 
 #if (defined(__x86_64__) || defined(__i386__))
-# if !defined( __SANITIZE_ADDRESS__)
-#  define INCLUDE_VMWARE_BDOOR
-# else
-#  warning VMWARE detection disabled by __SANITIZE_ADDRESS__
-# endif
+# define INCLUDE_VMWARE_BDOOR
 #endif
 
 #ifdef INCLUDE_VMWARE_BDOOR