hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/tools/gen_facilities.c
....@@ -58,6 +58,9 @@
5858 #ifdef CONFIG_HAVE_MARCH_Z14_FEATURES
5959 58, /* miscellaneous-instruction-extension 2 */
6060 #endif
61
+#ifdef CONFIG_HAVE_MARCH_Z15_FEATURES
62
+ 61, /* miscellaneous-instruction-extension 3 */
63
+#endif
6164 -1 /* END */
6265 }
6366 },
....@@ -93,6 +96,9 @@
9396 131, /* enhanced-SOP 2 and side-effect */
9497 139, /* multiple epoch facility */
9598 146, /* msa extension 8 */
99
+ 150, /* enhanced sort */
100
+ 151, /* deflate conversion */
101
+ 155, /* msa extension 9 */
96102 -1 /* END */
97103 }
98104 },
....@@ -106,6 +112,8 @@
106112
107113 .name = "FACILITIES_KVM_CPUMODEL",
108114 .bits = (int[]){
115
+ 12, /* AP Query Configuration Information */
116
+ 15, /* AP Facilities Test */
109117 156, /* etoken facility */
110118 -1 /* END */
111119 }