diff mbox series

[1/3] s390x/cpumodel: remove esort from the default model

Message ID 20190715142304.215018-2-borntraeger@de.ibm.com (mailing list archive)
State New, archived
Headers show
Series s390x/cpumodel fixes for 4.1 | expand

Commit Message

Christian Borntraeger July 15, 2019, 2:23 p.m. UTC
esort might not be available on all models.

Fixes: caef62430fed6e73 ("s390x/cpumodel: add gen15 defintions")
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
---
 target/s390x/gen-features.c | 1 -
 1 file changed, 1 deletion(-)

Comments

David Hildenbrand July 15, 2019, 2:34 p.m. UTC | #1
On 15.07.19 16:23, Christian Borntraeger wrote:
> esort might not be available on all models.
> 
> Fixes: caef62430fed6e73 ("s390x/cpumodel: add gen15 defintions")
> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> ---
>  target/s390x/gen-features.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
> index 9f216219ff53..6debfc1d217e 100644
> --- a/target/s390x/gen-features.c
> +++ b/target/s390x/gen-features.c
> @@ -642,7 +642,6 @@ static uint16_t default_GEN14_GA1[] = {
>  
>  static uint16_t default_GEN15_GA1[] = {
>      S390_FEAT_VECTOR_ENH2,
> -    S390_FEAT_GROUP_ENH_SORT,
>      S390_FEAT_GROUP_DEFLATE_CONVERSION,
>      S390_FEAT_VECTOR_BCD_ENH,
>      S390_FEAT_GROUP_MSA_EXT_9,
> 



Reviewed-by: David Hildenbrand <david@redhat.com>
Thomas Huth July 16, 2019, 9:24 a.m. UTC | #2
On 15/07/2019 16.23, Christian Borntraeger wrote:
> esort might not be available on all models.
> 
> Fixes: caef62430fed6e73 ("s390x/cpumodel: add gen15 defintions")
> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> ---
>  target/s390x/gen-features.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
> index 9f216219ff53..6debfc1d217e 100644
> --- a/target/s390x/gen-features.c
> +++ b/target/s390x/gen-features.c
> @@ -642,7 +642,6 @@ static uint16_t default_GEN14_GA1[] = {
>  
>  static uint16_t default_GEN15_GA1[] = {
>      S390_FEAT_VECTOR_ENH2,
> -    S390_FEAT_GROUP_ENH_SORT,
>      S390_FEAT_GROUP_DEFLATE_CONVERSION,
>      S390_FEAT_VECTOR_BCD_ENH,
>      S390_FEAT_GROUP_MSA_EXT_9,
> 

FWIW,

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
index 9f216219ff53..6debfc1d217e 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -642,7 +642,6 @@  static uint16_t default_GEN14_GA1[] = {
 
 static uint16_t default_GEN15_GA1[] = {
     S390_FEAT_VECTOR_ENH2,
-    S390_FEAT_GROUP_ENH_SORT,
     S390_FEAT_GROUP_DEFLATE_CONVERSION,
     S390_FEAT_VECTOR_BCD_ENH,
     S390_FEAT_GROUP_MSA_EXT_9,