Garbage-collected CLK_USE_TSC_CALIBRATION.

i386/conf/NOTES, pc98/conf/NOTES:
Fixed the descriptions of the other CLK_* options.
This commit is contained in:
Bruce Evans 2003-12-30 07:28:54 +00:00
parent e1e5f8baf2
commit 42033f49c1
4 changed files with 12 additions and 16 deletions

View File

@ -36,7 +36,6 @@ PAE opt_global.h
CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_TSC_CALIBRATION opt_clock.h
TIMER_FREQ opt_clock.h
CPU_ATHLON_SSE_HACK opt_cpu.h

View File

@ -33,7 +33,6 @@ KVA_PAGES opt_global.h
CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_TSC_CALIBRATION opt_clock.h
TIMER_FREQ opt_clock.h
CPU_BLUELIGHTNING_3X opt_cpu.h

View File

@ -238,17 +238,16 @@ options DEVICE_POLLING
# The following options are used for debugging clock behavior only, and
# should not be used for production systems.
#
# CLK_CALIBRATION_LOOP will run the clock calibration loop at startup
# until the user presses a key.
# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at
# startup until the user presses a key. (The i8254 clock is always
# calibrated relative to the RTC (mc146818a) and this option causes the
# calibration to be repeated.)
options CLK_CALIBRATION_LOOP
# The following two options measure the frequency of the corresponding
# clock relative to the RTC (onboard mc146818a).
# CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
# clock to actually be used.
options CLK_USE_I8254_CALIBRATION
options CLK_USE_TSC_CALIBRATION
#####################################################################

View File

@ -212,17 +212,16 @@ options DEVICE_POLLING
# The following options are used for debugging clock behavior only, and
# should not be used for production systems.
#
# CLK_CALIBRATION_LOOP will run the clock calibration loop at startup
# until the user presses a key.
# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at
# startup until the user presses a key. (The i8254 clock is always
# calibrated relative to the RTC (mc146818a) and this option causes the
# calibration to be repeated.)
options CLK_CALIBRATION_LOOP
# The following two options measure the frequency of the corresponding
# clock relative to the RTC (onboard mc146818a).
# CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
# clock to actually be used.
options CLK_USE_I8254_CALIBRATION
options CLK_USE_TSC_CALIBRATION
#####################################################################