On 6/7/21 4:03 AM, David Hildenbrand wrote:
+++ b/include/elf.h @@ -605,6 +605,7 @@ typedef struct { #define HWCAP_S390_HIGH_GPRS 512 #define HWCAP_S390_TE 1024 #define HWCAP_S390_VXRS 2048 +#define HWCAP_S390_VXRS_EXT 8192
Probably best to fill in all of the values, even if we don't use them right now. Also, not the fault of this patch, but I don't think this belongs in include/elf.h. This is linux specific, not some part of the elf specification.
r~