* [Qemu-devel] [5439] Add static (spotted by sparse)
@ 2008-10-07 19:12 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-07 19:12 UTC (permalink / raw)
To: qemu-devel
Revision: 5439
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5439
Author: blueswir1
Date: 2008-10-07 19:12:13 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Add static (spotted by sparse)
Modified Paths:
--------------
trunk/target-sparc/helper.c
Modified: trunk/target-sparc/helper.c
===================================================================
--- trunk/target-sparc/helper.c 2008-10-07 18:54:35 UTC (rev 5438)
+++ trunk/target-sparc/helper.c 2008-10-07 19:12:13 UTC (rev 5439)
@@ -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)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-07 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-07 19:12 [Qemu-devel] [5439] Add static (spotted by sparse) Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).