Re: [PATCH v2 05/14] target/ppc: 405: Critical exceptions cleanup

2022-01-26 Thread Richard Henderson
On 1/19/22 5:44 AM, Fabiano Rosas wrote: In powerpc_excp_40x the Critical exception is now for 405 only, so we can remove the BookE and G2 blocks. Signed-off-by: Fabiano Rosas Reviewed-by: David Gibson --- target/ppc/excp_helper.c | 17 ++--- 1 file changed, 2 insertions(+), 15 de

[PATCH v2 05/14] target/ppc: 405: Critical exceptions cleanup

2022-01-18 Thread Fabiano Rosas
In powerpc_excp_40x the Critical exception is now for 405 only, so we can remove the BookE and G2 blocks. Signed-off-by: Fabiano Rosas Reviewed-by: David Gibson --- target/ppc/excp_helper.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/target/ppc/excp_he