commit | 797d5db002ad4c16b957bae3192e3d819c5c792b | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Oct 07 19:12:13 2008 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Oct 07 19:12:13 2008 +0000 |
tree | d302fcdbabaea7b497e4090131b8bfb8faeaadd9 | |
parent | c55bda30f6c7c2db119882a5b1d54b6097bd0fe8 [diff] |
Add static (spotted by sparse) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5439 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index 6aca8fd..f222e3a 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c
@@ -38,7 +38,7 @@ /* thread support */ -spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED; +static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED; void cpu_lock(void) {