> > -static DEFINE_SPINLOCK(die_lock); > > +static __raw_spinlock_t die_lock = __RAW_SPIN_LOCK_UNLOCKED; > > You mean DEFINE_RAW_SPINLOCK() maybe? Unless I'm not following what your > doing here.. I just copied that from tsc_sync.c. If it's correct there it's presumably correct here too. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html