Merge "Regenerate xlat/prctl_options.h."
diff --git a/xlat/prctl_options.h b/xlat/prctl_options.h
index 9cffcfb..f1475b4 100644
--- a/xlat/prctl_options.h
+++ b/xlat/prctl_options.h
@@ -137,6 +137,9 @@
 #if !(defined(PR_CAP_AMBIENT) || (defined(HAVE_DECL_PR_CAP_AMBIENT) && HAVE_DECL_PR_CAP_AMBIENT))
 # define PR_CAP_AMBIENT 47
 #endif
+#if !(defined(PR_SET_VMA) || (defined(HAVE_DECL_PR_SET_VMA) && HAVE_DECL_PR_SET_VMA))
+# define PR_SET_VMA 0x53564d41
+#endif
 
 #ifdef IN_MPERS
 
@@ -192,6 +195,7 @@
  XLAT(PR_SET_FP_MODE),
  XLAT(PR_GET_FP_MODE),
  XLAT(PR_CAP_AMBIENT),
+ XLAT(PR_SET_VMA),
  XLAT_END
 };