Add 'static' to please Sparse

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-09-21 18:39:26 +00:00
parent b9d38e9510
commit 6f4fc3679c
3 changed files with 3 additions and 3 deletions

View file

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