Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 649 → Rev 648

/shark/trunk/oslib/kl/advtimer.c
426,13 → 426,12
{
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) {