Re: [PATCH] target/ppc: fold ppc_store_ptcr into it's only caller

2021-05-26 Thread David Gibson
On Wed, May 26, 2021 at 11:35:16AM -0300, Bruno Larsen (billionai) wrote: > ppc_store_ptcr, defined in mmu_helper.c, was only used by > helper_store_ptcr, in misc_helper.c. To avoid possible confusion, > the function was folded into the helper. > > Signed-off-by: Bruno Larsen (billionai) > LGTM,

[PATCH] target/ppc: fold ppc_store_ptcr into it's only caller

2021-05-26 Thread Bruno Larsen (billionai)
ppc_store_ptcr, defined in mmu_helper.c, was only used by helper_store_ptcr, in misc_helper.c. To avoid possible confusion, the function was folded into the helper. Signed-off-by: Bruno Larsen (billionai) --- target/ppc/cpu.h | 1 - target/ppc/misc_helper.c | 24 +++-