]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/kernel/tsc_sync.c
locking: Convert raw_spinlock to arch_spinlock
[net-next-2.6.git] / arch / x86 / kernel / tsc_sync.c
index eed156851f5d6f85df71907cfeb5e73b62730d40..9f908b9d1abe8b3cdb444144fe024d071b3ce503 100644 (file)
@@ -33,7 +33,7 @@ static __cpuinitdata atomic_t stop_count;
  * we want to have the fastest, inlined, non-debug version
  * of a critical section, to be able to prove TSC time-warps:
  */
-static __cpuinitdata raw_spinlock_t sync_lock = __RAW_SPIN_LOCK_UNLOCKED;
+static __cpuinitdata arch_spinlock_t sync_lock = __RAW_SPIN_LOCK_UNLOCKED;
 
 static __cpuinitdata cycles_t last_tsc;
 static __cpuinitdata cycles_t max_warp;