cleanup (removed debug comment)
authorJohn Hodge <[email protected]>
Sun, 13 Feb 2011 04:27:49 +0000 (12:27 +0800)
committerJohn Hodge <[email protected]>
Sun, 13 Feb 2011 04:27:49 +0000 (12:27 +0800)
Kernel/arch/x86/time.c

index 37cc5e3..ce77ee3 100644 (file)
@@ -104,7 +104,6 @@ void Time_Interrupt(int irq)
        if( giTime_TSCAtLastTick )
        {
                giTime_TSCPerTick = curTSC - giTime_TSCAtLastTick;
-               //Log("curTSC = %lli, giTime_TSCPerTick = %lli", curTSC, giTime_TSCPerTick);
        }
        giTime_TSCAtLastTick = curTSC;
        

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