target/s390x: flag te and cte as deprecated
Add the CONSTRAINT_TRANSACTIONAL_EXE (cte) and TRANSACTIONAL_EXE (te) to the list of deprecated features. Signed-off-by: Collin Walling <walling@linux.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com> Message-ID: <20240429191059.11806-3-walling@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
8aa2211e85
commit
6e55b32d45
@ -218,6 +218,9 @@ void s390_get_deprecated_features(S390FeatBitmap features)
|
|||||||
/* CSSKE is deprecated on newer generations */
|
/* CSSKE is deprecated on newer generations */
|
||||||
S390_FEAT_CONDITIONAL_SSKE,
|
S390_FEAT_CONDITIONAL_SSKE,
|
||||||
S390_FEAT_BPB,
|
S390_FEAT_BPB,
|
||||||
|
/* Deprecated on z16 */
|
||||||
|
S390_FEAT_CONSTRAINT_TRANSACTIONAL_EXE,
|
||||||
|
S390_FEAT_TRANSACTIONAL_EXE
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user