Revisão | 2ec038836fa03103596023e4a1ad7e6eb50ee7c7 (tree) |
---|---|
Hora | 2019-05-21 23:59:16 |
Autor | Christian Borntraeger <borntraeger@de.i...> |
Commiter | Cornelia Huck |
s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3
Provide the "Miscellaneous-Instruction-Extensions Facility 3" via
stfle.61.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190429090250.7648-4-borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
@@ -83,6 +83,7 @@ static const S390FeatDef s390_features[] = { | ||
83 | 83 | FEAT_INIT("minste2", S390_FEAT_TYPE_STFL, 58, "Miscellaneous-instruction-extensions facility 2"), |
84 | 84 | FEAT_INIT("sema", S390_FEAT_TYPE_STFL, 59, "Semaphore-assist facility"), |
85 | 85 | FEAT_INIT("tsi", S390_FEAT_TYPE_STFL, 60, "Time-slice Instrumentation facility"), |
86 | + FEAT_INIT("minste3", S390_FEAT_TYPE_STFL, 61, "Miscellaneous-Instruction-Extensions Facility 3"), | |
86 | 87 | FEAT_INIT("ri", S390_FEAT_TYPE_STFL, 64, "CPU runtime-instrumentation facility"), |
87 | 88 | FEAT_INIT("zpci", S390_FEAT_TYPE_STFL, 69, "z/PCI facility"), |
88 | 89 | FEAT_INIT("aen", S390_FEAT_TYPE_STFL, 71, "General-purpose-adapter-event-notification facility"), |
@@ -71,6 +71,7 @@ typedef enum { | ||
71 | 71 | S390_FEAT_MISC_INSTRUCTION_EXT, |
72 | 72 | S390_FEAT_SEMAPHORE_ASSIST, |
73 | 73 | S390_FEAT_TIME_SLICE_INSTRUMENTATION, |
74 | + S390_FEAT_MISC_INSTRUCTION_EXT3, | |
74 | 75 | S390_FEAT_RUNTIME_INSTRUMENTATION, |
75 | 76 | S390_FEAT_ZPCI, |
76 | 77 | S390_FEAT_ADAPTER_EVENT_NOTIFICATION, |