Kernel - Reworked x86 physical memory allocation
[tpg/acess2.git] / Kernel / arch / x86 / include / proc.h
index 5e3fadd..e31c76d 100644 (file)
@@ -5,19 +5,9 @@
 #ifndef _PROC_H
 #define _PROC_H
 
-#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
+#include <threads_int.h>
 
+// === TYPES ==
 typedef struct sTSS {
        Uint32  Link;
        Uint32  ESP0, SS0;

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