From: John Hodge Date: Sun, 13 Feb 2011 04:27:49 +0000 (+0800) Subject: cleanup (removed debug comment) X-Git-Tag: rel0.07~5 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=inline;h=a7164ebcef521bd1abcd70f1716e894afd01520f;p=tpg%2Facess2.git cleanup (removed debug comment) --- diff --git a/Kernel/arch/x86/time.c b/Kernel/arch/x86/time.c index 37cc5e35..ce77ee32 100644 --- a/Kernel/arch/x86/time.c +++ b/Kernel/arch/x86/time.c @@ -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;