Re: [PATCH 10/11] target/ppc: 6xx: Software TLB exceptions cleanup

2022-02-04 Thread BALATON Zoltan
On Fri, 4 Feb 2022, Fabiano Rosas wrote: BALATON Zoltan writes: On Thu, 3 Feb 2022, Fabiano Rosas wrote: This code applies only to the 6xx CPUs, so we can remove the switch statement. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 31 +++ 1 file change

Re: [PATCH 10/11] target/ppc: 6xx: Software TLB exceptions cleanup

2022-02-04 Thread Fabiano Rosas
BALATON Zoltan writes: > On Thu, 3 Feb 2022, Fabiano Rosas wrote: >> This code applies only to the 6xx CPUs, so we can remove the switch >> statement. >> >> Signed-off-by: Fabiano Rosas >> --- >> target/ppc/excp_helper.c | 31 +++ >> 1 file changed, 11 insertions(+), 2

Re: [PATCH 10/11] target/ppc: 6xx: Software TLB exceptions cleanup

2022-02-04 Thread BALATON Zoltan
On Thu, 3 Feb 2022, Fabiano Rosas wrote: This code applies only to the 6xx CPUs, so we can remove the switch statement. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 31 +++ 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/target/ppc/excp_

[PATCH 10/11] target/ppc: 6xx: Software TLB exceptions cleanup

2022-02-03 Thread Fabiano Rosas
This code applies only to the 6xx CPUs, so we can remove the switch statement. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 31 +++ 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index