aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-06-05 21:21:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-06-05 21:21:38 +0000
commite862cfa113f17f40b911c8e58b3babbb98e67263 (patch)
tree5e310d599da70034685bb462dfaf87e6f72c6c83
parent7b7345d05f33a399404376868dc647d0699aefec (diff)
parent9353fcdbef6cc338cd6b9b6f39898012f73eb163 (diff)
downloadstrace-e862cfa113f17f40b911c8e58b3babbb98e67263.tar.gz
Merge "32 bit kvm is deprecated."android-r-beta-3android-r-beta-2
-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