target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()
Unify with other init_excp_FOO() in the same file. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Nicholas Piggin <npiggin@gmail.com> Message-Id: <20240313213339.82071-5-philmd@linaro.org>
This commit is contained in:
parent
0eaf7fb9a8
commit
870120b467
@ -1642,7 +1642,7 @@ static void register_8xx_sprs(CPUPPCState *env)
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Exception vectors models */
|
||||
static void init_excp_4xx_softmmu(CPUPPCState *env)
|
||||
static void init_excp_4xx(CPUPPCState *env)
|
||||
{
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
env->excp_vectors[POWERPC_EXCP_CRITICAL] = 0x00000100;
|
||||
@ -2120,7 +2120,7 @@ static void init_proc_405(CPUPPCState *env)
|
||||
env->id_tlbs = 0;
|
||||
env->tlb_type = TLB_EMB;
|
||||
#endif
|
||||
init_excp_4xx_softmmu(env);
|
||||
init_excp_4xx(env);
|
||||
env->dcache_line_size = 32;
|
||||
env->icache_line_size = 32;
|
||||
/* Allocate hardware IRQ controller */
|
||||
|
Loading…
Reference in New Issue
Block a user