1af9e5
diff --git a/coregrind/m_initimg/initimg-linux.c b/coregrind/m_initimg/initimg-linux.c
1af9e5
index 30e1f85..387beae 100644
1af9e5
--- a/coregrind/m_initimg/initimg-linux.c
1af9e5
+++ b/coregrind/m_initimg/initimg-linux.c
1af9e5
@@ -703,6 +703,12 @@ Addr setup_client_stack( void*  init_sp,
1af9e5
                   (and anything above) are not supported by Valgrind. */
1af9e5
                auxv->u.a_val &= VKI_HWCAP_S390_TE - 1;
1af9e5
             }
1af9e5
+#           elif defined(VGP_arm64_linux)
1af9e5
+            {
1af9e5
+               /* Linux 4.11 started pupulating this for arm64, but we
1af9e5
+                  currently don't support any. */
1af9e5
+               auxv->u.a_val = 0;
1af9e5
+            }
1af9e5
 #           endif
1af9e5
             break;
1af9e5
 #        if defined(VGP_ppc64be_linux) || defined(VGP_ppc64le_linux)