Re: [PATCH v2 01/14] target/ppc: 405: Rename MSR_POW to MSR_WE

2022-01-19 Thread Cédric Le Goater
On 1/18/22 19:44, Fabiano Rosas wrote: Bit 13 is the Wait State Enable bit. Give it its proper name. As far as I can see we don't do anything with MSR_POW for the 405, so this change has no effect. Suggested-by: David Gibson Signed-off-by: Fabiano Rosas Reviewed-by: Cédric Le Goater Thank

[PATCH v2 01/14] target/ppc: 405: Rename MSR_POW to MSR_WE

2022-01-18 Thread Fabiano Rosas
Bit 13 is the Wait State Enable bit. Give it its proper name. As far as I can see we don't do anything with MSR_POW for the 405, so this change has no effect. Suggested-by: David Gibson Signed-off-by: Fabiano Rosas --- target/ppc/cpu.h | 1 + target/ppc/cpu_init.c | 2 +- 2 files changed,