Changed spinlock mechananisim
[tpg/acess2.git] / Kernel / arch / x86 / include / proc.h
index 5e3fadd..2b04b75 100644 (file)
@@ -7,17 +7,7 @@
 
 #include <threads.h>
 
-// === TYPES ===
-#if USE_MP
-typedef struct sCPU
-{
-       Uint8   APICID;
-       Uint8   State;  // 0: Unavaliable, 1: Idle, 2: Active
-       Uint16  Resvd;
-       tThread *Current;
-}      tCPU;
-#endif
-
+// === TYPES ==
 typedef struct sTSS {
        Uint32  Link;
        Uint32  ESP0, SS0;

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