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