Cleaning up and attempting to fix these darn heisenbugs
[tpg/acess2.git] / Kernel / arch / x86_64 / proc.c
index 4d50210..934bee9 100644 (file)
@@ -349,7 +349,6 @@ void Proc_Start(void)
 tThread *Proc_GetCurThread(void)
 {
        #if USE_MP
-       //return gaCPUs[ gaAPIC_to_CPU[gpMP_LocalAPIC->ID.Val&0xFF] ].Current;
        return gaCPUs[ GetCPUNum() ].Current;
        #else
        return gCurrentThread;

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