On 10/13/23 05:56, Philippe Mathieu-Daudé wrote:
The powerpc_mmu_t definition is only used by target/ppc/, no need to expose it. Restrict it by moving it to "target/ppc/cpu.h".Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/ppc/cpu-qom.h | 43 ------------------------------------------- target/ppc/cpu.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 43 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
