aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-06-04 17:08:11 -0700
committerChristopher Ferris <cferris@google.com>2020-06-04 17:12:14 -0700
commit9353fcdbef6cc338cd6b9b6f39898012f73eb163 (patch)
tree5e310d599da70034685bb462dfaf87e6f72c6c83
parent7b7345d05f33a399404376868dc647d0699aefec (diff)
downloadstrace-9353fcdbef6cc338cd6b9b6f39898012f73eb163.tar.gz
32 bit kvm is deprecated.
Starting with kernel 5.7 32 bit kvm is deprecated and it's not really being used any way. Test: aosp_arm-eng builds. Change-Id: Iaa8964087397ecd7762afc2dfa37c20f5763e722
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 58a16285..7cccfc75 100644
--- a/config.h
+++ b/config.h
@@ -781,7 +781,9 @@
#define HAVE_LINUX_KCMP_H 1
/* Define to 1 if you have the <linux/kvm.h> header file. */
+#if defined(__LP64__)
#define HAVE_LINUX_KVM_H 1
+#endif
/* Define to 1 if you have the <linux/memfd.h> header file. */
#define HAVE_LINUX_MEMFD_H 1