hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/s390/include/asm/elf.h
....@@ -107,6 +107,10 @@
107107 #define HWCAP_S390_VXRS_BCD 4096
108108 #define HWCAP_S390_VXRS_EXT 8192
109109 #define HWCAP_S390_GS 16384
110
+#define HWCAP_S390_VXRS_EXT2 32768
111
+#define HWCAP_S390_VXRS_PDE 65536
112
+#define HWCAP_S390_SORT 131072
113
+#define HWCAP_S390_DFLT 262144
110114
111115 /* Internal bits, not exposed via elf */
112116 #define HWCAP_INT_SIE 1UL