summaryrefslogtreecommitdiff
path: root/exec-all.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-10-28 11:04:51 +0000
committerStefan Hajnoczi <stefanha@redhat.com>2012-11-01 19:49:45 +0100
commit8b9c99d9dcbf532649f8e614becfa15d2ac4ea75 (patch)
tree85efe8e78bf404c61bb447fa0c857dd62b7b5b06 /exec-all.h
parent6575c289f8c9820a7a0d2de2b0c3c58b13d9abc8 (diff)
downloadqemu-8b9c99d9dcbf532649f8e614becfa15d2ac4ea75.tar.gz
exec: make some functions static
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/exec-all.h b/exec-all.h
index 2ea0e4fc24..8db47f5c9b 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -194,8 +194,6 @@ static inline unsigned int tb_phys_hash_func(tb_page_addr_t pc)
void tb_free(TranslationBlock *tb);
void tb_flush(CPUArchState *env);
-void tb_link_page(TranslationBlock *tb,
- tb_page_addr_t phys_pc, tb_page_addr_t phys_page2);
void tb_phys_invalidate(TranslationBlock *tb, tb_page_addr_t page_addr);
extern TranslationBlock *tb_phys_hash[CODE_GEN_PHYS_HASH_SIZE];