mbox series

[0/2] aarch64: Small cleanups of the cavium cores

Message ID 20240618034032.84888-1-quic_apinski@quicinc.com
Headers show
Series aarch64: Small cleanups of the cavium cores | expand

Message

Andrew Pinski June 18, 2024, 3:40 a.m. UTC
While thinking the variant patch I had posted, I went back to
look at the original cores which used the variant and saw there
was small cleanup for them since thunderx was no longer considered
a V8.1-a core but rather just a V8-a one; when I did that change
I didn't do the cleanups like is done in this patch set.
Note there is a core which uses the variant selection so we can't
remove the code there.

Andrew Pinski (2):
  aarch64: make thunderxt88p1 an alias of thunderxt88
  aarch64: Add comment about thunderxt81/t83 being aliases

 gcc/config/aarch64/aarch64-cores.def | 6 +++---
 gcc/config/aarch64/aarch64-tune.md   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Kyrylo Tkachov June 18, 2024, 7:21 a.m. UTC | #1
Hi Andrew,

> On 18 Jun 2024, at 05:40, Andrew Pinski <quic_apinski@quicinc.com> wrote:
> 
> External email: Use caution opening links or attachments
> 
> 
> While thinking the variant patch I had posted, I went back to
> look at the original cores which used the variant and saw there
> was small cleanup for them since thunderx was no longer considered
> a V8.1-a core but rather just a V8-a one; when I did that change
> I didn't do the cleanups like is done in this patch set.
> Note there is a core which uses the variant selection so we can't
> remove the code there.
> 

Ok for both.
Thanks,
Kyrill

> Andrew Pinski (2):
>  aarch64: make thunderxt88p1 an alias of thunderxt88
>  aarch64: Add comment about thunderxt81/t83 being aliases
> 
> gcc/config/aarch64/aarch64-cores.def | 6 +++---
> gcc/config/aarch64/aarch64-tune.md   | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
> 
> --
> 2.43.0
>