projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d1991
)
target-mips: Remove commented-out function declaration
author
Andreas Färber
<afaerber@suse.de>
Sat, 5 May 2012 11:35:40 +0000
(13:35 +0200)
committer
Andreas Färber
<afaerber@suse.de>
Sat, 12 May 2012 12:17:52 +0000
(14:17 +0200)
There is no function cpu_mips_get_clock(), so drop it.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Stefan Weil <sw@weilnetz.de>
target-mips/cpu.h
patch
|
blob
|
history
diff --git
a/target-mips/cpu.h
b/target-mips/cpu.h
index c0f882659c72a993d34487792fa7261b8322724a..44c1152a3adb0037376804fb667d0022f6661f7d 100644
(file)
--- 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 */