|
From: | Richard Henderson |
Subject: | Re: [PATCH 6/7] target/ppc: Move powerpc_mmu_t definition to 'cpu.h' |
Date: | Fri, 13 Oct 2023 06:43:40 -0700 |
User-agent: | Mozilla Thunderbird |
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é <philmd@linaro.org> --- target/ppc/cpu-qom.h | 43 ------------------------------------------- target/ppc/cpu.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 43 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |