From d84bda46de13c7d1536545fb44c8e9341054094a Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 7 Nov 2009 10:36:04 +0000 Subject: PPC: rename cpu_ppc_reset to cpu_reset for consistency Signed-off-by: Blue Swirl --- target-ppc/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-ppc/cpu.h') diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index f1d7d808f0..2535cbc0c5 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -734,8 +734,6 @@ void ppc_store_sr (CPUPPCState *env, int srnum, target_ulong value); #endif /* !defined(CONFIG_USER_ONLY) */ void ppc_store_msr (CPUPPCState *env, target_ulong value); -void cpu_ppc_reset (void *opaque); - void ppc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...)); const ppc_def_t *cpu_ppc_find_by_name (const char *name); -- cgit v1.2.3