Re: [RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt

2022-10-03 Thread Fabiano Rosas
"Matheus K. Ferst" writes: > On 30/09/2022 15:13, Fabiano Rosas wrote: >> Matheus Ferst writes: >> >>> No functional change intended. >>> >>> Signed-off-by: Matheus Ferst >>> --- >>> target/ppc/excp_helper.c | 9 + >>> 1 file changed, 1 insertion(+), 8 deletions(-) >>> >>> diff --gi

Re: [RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt

2022-10-03 Thread Matheus K. Ferst
On 30/09/2022 15:13, Fabiano Rosas wrote: Matheus Ferst writes: No functional change intended. Signed-off-by: Matheus Ferst --- target/ppc/excp_helper.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index 60

Re: [RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt

2022-09-30 Thread Fabiano Rosas
Matheus Ferst writes: > No functional change intended. > > Signed-off-by: Matheus Ferst > --- > target/ppc/excp_helper.c | 9 + > 1 file changed, 1 insertion(+), 8 deletions(-) > > diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c > index 603c956588..67e73f30ab 100644 > -

[RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt

2022-09-27 Thread Matheus Ferst
No functional change intended. Signed-off-by: Matheus Ferst --- target/ppc/excp_helper.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index 603c956588..67e73f30ab 100644 --- a/target/ppc/excp_helper.c +++ b/target