]> git.proxmox.com Git - qemu.git/blobdiff - target-arm/op_helper.c
Revert "Get rid of _t suffix"
[qemu.git] / target-arm / op_helper.c
index 24382a0608ffa910712298bf1460289730818372..d4ae4ae7e3af82aaeadcfc4acdc897c46bd054f6 100644 (file)
@@ -30,7 +30,7 @@ void raise_exception(int tt)
 
 /* thread support */
 
-static a_spinlock global_cpu_lock = SPIN_LOCK_UNLOCKED;
+static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED;
 
 void cpu_lock(void)
 {