Changed spinlock mechananisim
[tpg/acess2.git] / Kernel / include / threads.h
index 4a62166..6c29230 100644 (file)
@@ -19,7 +19,7 @@ typedef struct sThread
 {
        // --- threads.c's
        struct sThread  *Next;  //!< Next thread in list
-       tSpinlock       IsLocked;       //!< Thread's spinlock
+       tShortSpinlock  IsLocked;       //!< Thread's spinlock
        volatile int    Status;         //!< Thread Status
         int    RetStatus;      //!< Return Status
        

UCC git Repository :: git.ucc.asn.au