mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
translate-all: make have_tb_lock static
It is only used by this object, and it's not exported to any other. Reviewed-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
eb5e2b9e3b
commit
13e1094735
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ TCGContext tcg_ctx;
|
||||||
bool parallel_cpus;
|
bool parallel_cpus;
|
||||||
|
|
||||||
/* translation block context */
|
/* translation block context */
|
||||||
__thread int have_tb_lock;
|
static __thread int have_tb_lock;
|
||||||
|
|
||||||
static void page_table_config_init(void)
|
static void page_table_config_init(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue