Revision b1d8e52e target-arm/op_helper.c

b/target-arm/op_helper.c
31 31

  
32 32
/* thread support */
33 33

  
34
spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED;
34
static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED;
35 35

  
36 36
void cpu_lock(void)
37 37
{

Also available in: Unified diff