Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 129 → Rev 130

/shark/trunk/oslib/kl/advtimer.c
32,7 → 32,7
#include <ll/sys/ll/event.h>
#include <ll/sys/ll/time.h>
 
unsigned char use_tsc = 0; //Enable the TSC counter mode
unsigned char use_tsc = 1; //Enable the TSC counter mode
unsigned char use_cmos = 0; //Enable the RTC correction
 
//Max single delta_clk_per_msec increment = clk_per_msec / MAX_DIV_INK;