diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-07 19:12:13 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-07 19:12:13 +0000 |
commit | 797d5db002ad4c16b957bae3192e3d819c5c792b (patch) | |
tree | d302fcdbabaea7b497e4090131b8bfb8faeaadd9 /target-sparc | |
parent | c55bda30f6c7c2db119882a5b1d54b6097bd0fe8 (diff) | |
download | qemu-797d5db002ad4c16b957bae3192e3d819c5c792b.tar.gz qemu-797d5db002ad4c16b957bae3192e3d819c5c792b.tar.bz2 qemu-797d5db002ad4c16b957bae3192e3d819c5c792b.zip |
Add static (spotted by sparse)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5439 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index 6aca8fdcce..f222e3a2c0 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c @@ -38,7 +38,7 @@ static int cpu_sparc_find_by_name(sparc_def_t *cpu_def, const char *cpu_model); /* thread support */ -spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED; +static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED; void cpu_lock(void) { |