On 2/19/21 6:45 AM, Peter Maydell wrote:
Convert the apb_ppc0 and apb_ppc1 fields in the ARMSSE state struct to use an array instead of two separate fields. We already had one place in the code that wanted to be able to refer to the PPC by index, and we're about to add more code like that.Signed-off-by: Peter Maydell<[email protected]> ---
Reviewed-by: Richard Henderson <[email protected]> r~
