From 6f4fc3679c4c860038f4fe0b277cc1196dbcc5a3 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 21 Sep 2009 18:39:26 +0000 Subject: Add 'static' to please Sparse Signed-off-by: Blue Swirl --- target-alpha/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-alpha/op_helper.c') diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c index e9d2732dfb..fe222dccd9 100644 --- a/target-alpha/op_helper.c +++ b/target-alpha/op_helper.c @@ -89,7 +89,7 @@ void helper_store_fpcr (uint64_t val) } } -spinlock_t intr_cpu_lock = SPIN_LOCK_UNLOCKED; +static spinlock_t intr_cpu_lock = SPIN_LOCK_UNLOCKED; uint64_t helper_rs(void) { -- cgit v1.2.1