summaryrefslogtreecommitdiff
path: root/tcg/tci/tcg-target.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2011-11-24 23:16:10 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2011-11-28 11:36:34 -0600
commit51711aee8cb0b17d53872cc06fe73af50c7d9ebd (patch)
treed979e6ebe2724421f89992c267c1654426e01637 /tcg/tci/tcg-target.c
parentc16ada980f439c414eac83d184ac9fb66ed60cc0 (diff)
downloadqemu-51711aee8cb0b17d53872cc06fe73af50c7d9ebd.tar.gz
tci: Make flush_icache_range() inline
This is standard for other tcg targets and improves tci, too. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tcg/tci/tcg-target.c')
-rw-r--r--tcg/tci/tcg-target.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tcg/tci/tcg-target.c b/tcg/tci/tcg-target.c
index 942910e14b..fc0880cec5 100644
--- a/tcg/tci/tcg-target.c
+++ b/tcg/tci/tcg-target.c
@@ -373,10 +373,6 @@ static const char *const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
};
#endif
-static void flush_icache_range(unsigned long start, unsigned long stop)
-{
-}
-
static void patch_reloc(uint8_t *code_ptr, int type,
tcg_target_long value, tcg_target_long addend)
{