summaryrefslogtreecommitdiff
path: root/hw/ppc.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-11-07 10:36:04 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-11-07 10:36:04 +0000
commitd84bda46de13c7d1536545fb44c8e9341054094a (patch)
treece07f90a8ff96475ba558c3f0bec18746e51a0c6 /hw/ppc.c
parent44a9935465b1cd79547807a431232177362ef43e (diff)
downloadqemu-d84bda46de13c7d1536545fb44c8e9341054094a.tar.gz
PPC: rename cpu_ppc_reset to cpu_reset for consistency
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc.c')
-rw-r--r--hw/ppc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ppc.c b/hw/ppc.c
index 2502e2187b..52080394fe 100644
--- a/hw/ppc.c
+++ b/hw/ppc.c
@@ -123,7 +123,7 @@ static void ppc6xx_set_irq (void *opaque, int pin, int level)
env->interrupt_request |= CPU_INTERRUPT_EXITTB;
/* XXX: TOFIX */
#if 0
- cpu_ppc_reset(env);
+ cpu_reset(env);
#else
qemu_system_reset_request();
#endif
@@ -1088,7 +1088,7 @@ int ppc_dcr_init (CPUState *env, int (*read_error)(int dcrn),
#if 0
/*****************************************************************************/
/* Handle system reset (for now, just stop emulation) */
-void cpu_ppc_reset (CPUState *env)
+void cpu_reset(CPUState *env)
{
printf("Reset asked... Stop emulation\n");
abort();