|
From: | Richard Henderson |
Subject: | Re: [PATCH 5/7] target/ppc: Move powerpc_excp_t definition to 'cpu.h' |
Date: | Fri, 13 Oct 2023 06:39:47 -0700 |
User-agent: | Mozilla Thunderbird |
On 10/13/23 05:56, Philippe Mathieu-Daudé wrote:
The powerpc_excp_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 | 29 ----------------------------- target/ppc/cpu.h | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 29 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |