qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5439] Add static (spotted by sparse)


From: Blue Swirl
Subject: [Qemu-devel] [5439] Add static (spotted by sparse)
Date: Tue, 07 Oct 2008 19:12:14 +0000

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)
 {






reply via email to

[Prev in Thread] Current Thread [Next in Thread]