On 5/24/21 6:59 AM, Bruno Larsen (billionai) wrote:
The write calback decision when registering the MAS SPR has been turned
into a ternary operation, rather than an if-then-else block.
Signed-off-by: Bruno Larsen (billionai)<[email protected]>
Suggested-by: Richard Henderson<[email protected]>
---
target/ppc/cpu_init.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
The commit message here says what, but it doesn't say why.
The important part of the change is making the references to spr_write_generic*
conditional, via SYS_ARG(), so that the code compiles out for !CONFIG_TCG.
The actual code change is fine:
Reviewed-by: Richard Henderson <[email protected]>
r~