Removed debug
authorJohn Hodge <[email protected]>
Sun, 27 Sep 2009 08:54:38 +0000 (16:54 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Sep 2009 08:54:38 +0000 (16:54 +0800)
Kernel/arch/x86/proc.c
Kernel/threads.c

index 76e96c9..b5ff4fe 100644 (file)
@@ -311,7 +311,7 @@ int Proc_Clone(Uint *Err, Uint Flags)
        // Lock list and add to active
        Threads_AddActive(newThread);
        
-       Threads_Dump();
+       //Threads_Dump();
        
        return newThread->TID;
 }
index 3e98e44..824cb16 100644 (file)
@@ -96,8 +96,6 @@ void Threads_Init()
                cur->Quantum = 1;       // 1 slice quantum
                HALT();
                for(;;) {
-                       //Log("---- Idle");
-                       //Threads_Dump();
                        HALT(); // Just yeilds
                }
        }
@@ -142,9 +140,7 @@ void Threads_SetTickets(int Num)
  * \brief Wait for a task to change state
  */
 int Threads_WaitTID(int TID, int *status)
-{
-       Threads_Dump();
-       
+{      
        // Any Child
        if(TID == -1) {
                

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