Re: [PATCH 1/2] target/ppc: Tidy POWER book4 SPR registration

2023-06-30 Thread Daniel Henrique Barboza
On 6/25/23 09:03, Nicholas Piggin wrote: POWER book4 (implementation-specific) SPRs are sometimes in their own functions, but in other cases are mixed with architected SPRs. Do some spring cleaning on these. Reviewed-by: Cédric Le Goater Signed-off-by: Nicholas Piggin --- Queued in gitlab

[PATCH 1/2] target/ppc: Tidy POWER book4 SPR registration

2023-06-25 Thread Nicholas Piggin
POWER book4 (implementation-specific) SPRs are sometimes in their own functions, but in other cases are mixed with architected SPRs. Do some spring cleaning on these. Reviewed-by: Cédric Le Goater Signed-off-by: Nicholas Piggin --- target/ppc/cpu_init.c | 82 +---