aboutsummaryrefslogtreecommitdiff
path: root/include/exec/tb-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/tb-context.h')
-rw-r--r--include/exec/tb-context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/exec/tb-context.h b/include/exec/tb-context.h
index 1d41202485..feb585e0a7 100644
--- a/include/exec/tb-context.h
+++ b/include/exec/tb-context.h
@@ -31,14 +31,10 @@ typedef struct TBContext TBContext;
struct TBContext {
- GTree *tb_tree;
struct qht htable;
- /* any access to the tbs or the page table must use this lock */
- QemuMutex tb_lock;
/* statistics */
unsigned tb_flush_count;
- int tb_phys_invalidate_count;
};
extern TBContext tb_ctx;