cvs commit: src/sys/amd64/amd64 tsc.c src/sys/amd64/include
clock.h src/sys/amd64/isa clock.c
Peter Wemm
peter at FreeBSD.org
Mon Sep 22 16:02:25 PDT 2003
peter 2003/09/22 16:02:24 PDT
FreeBSD src repository
Modified files:
sys/amd64/amd64 tsc.c
sys/amd64/include clock.h
sys/amd64/isa clock.c
Log:
MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont
initialize a TSC timecounter until we know if it is broke or not.
XXX I think there is a bug in the i386 code here. init_TSC_tc() comes
after:
if (statclock_disable)
return;
ie: if you turn off the statclock interrupt, you dont get the TSC either.
Revision Changes Path
1.202 +7 -0 src/sys/amd64/amd64/tsc.c
1.46 +1 -0 src/sys/amd64/include/clock.h
1.202 +2 -0 src/sys/amd64/isa/clock.c
More information about the cvs-src
mailing list