qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH for-1.1] target-mips: Remove comm


From: Stefan Weil
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH for-1.1] target-mips: Remove commented-out function declaration
Date: Sun, 06 May 2012 10:30:24 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Am 05.05.2012 13:40, schrieb Andreas Färber:
There is no function cpu_mips_get_clock(), so drop it.

Signed-off-by: Andreas Färber<address@hidden>
Cc: Stefan Weil<address@hidden>
---
  target-mips/cpu.h |    1 -
  1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/target-mips/cpu.h b/target-mips/cpu.h
index c0f8826..44c1152 100644
--- a/target-mips/cpu.h
+++ b/target-mips/cpu.h
@@ -627,7 +627,6 @@ enum {

  int cpu_mips_exec(CPUMIPSState *s);
  CPUMIPSState *cpu_mips_init(const char *cpu_model);
-//~ uint32_t cpu_mips_get_clock (void);
  int cpu_mips_signal_handler(int host_signum, void *pinfo, void *puc);

  /* mips_timer.c */

Acked-by: Stefan Weil <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]