Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 648 → Rev 649

/shark/trunk/oslib/kl/advtimer.c
426,12 → 426,13
{
unsigned long msr_low_orig, tmp;
 
#ifdef __TSC__
use_tsc = X86_tsc;
 
#ifdef __APIC__
use_apic = X86_apic;
#endif
 
#ifdef __TSC__
use_tsc = X86_tsc;
#endif
 
if (use_tsc) {