diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-03 17:54:25 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-04 16:01:16 +0200 |
commit | beeaef55e487acd3f42b4057a9233e7d0454725b (patch) | |
tree | 061ff15ff90b93d99ca27cde86e72986d2da5823 /tcg/tcg.h | |
parent | a574cf9b417bb7692e7ec371f2091f0243f62551 (diff) | |
download | qemu-beeaef55e487acd3f42b4057a9233e7d0454725b.zip qemu-beeaef55e487acd3f42b4057a9233e7d0454725b.tar.gz qemu-beeaef55e487acd3f42b4057a9233e7d0454725b.tar.bz2 |
tcg: move tb_lock out of translate-all.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r-- | tcg/tcg.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -757,10 +757,6 @@ void *tcg_malloc_internal(TCGContext *s, int size); void tcg_pool_reset(TCGContext *s); TranslationBlock *tcg_tb_alloc(TCGContext *s); -void tb_lock(void); -void tb_unlock(void); -void tb_lock_reset(void); - /* Called with tb_lock held. */ static inline void *tcg_malloc(int size) { |