From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnHyi-0008G2-D2 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:12:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnHyh-0008Fq-3V for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:12:15 -0400 Received: from [199.232.76.173] (port=44800 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnHyg-0008Fn-Tq for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:12:14 -0400 Received: from savannah.gnu.org ([199.232.41.3]:60804 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KnHyg-0004US-T3 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 15:12:14 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KnHyg-0004eD-Ci for qemu-devel@nongnu.org; Tue, 07 Oct 2008 19:12:14 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KnHyg-0004e9-1V for qemu-devel@nongnu.org; Tue, 07 Oct 2008 19:12:14 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Tue, 07 Oct 2008 19:12:14 +0000 Subject: [Qemu-devel] [5439] Add static (spotted by sparse) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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) {