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:
parent
e1e5f8baf2
commit
42033f49c1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user