Documents two new kernel parameters, timeofday_clocksource sched_clocksource Removed old ones, clocksource clock Signed-Off-By: Daniel Walker --- Documentation/kernel-parameters.txt | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) Index: linux-2.6.18/Documentation/kernel-parameters.txt =================================================================== --- linux-2.6.18.orig/Documentation/kernel-parameters.txt +++ linux-2.6.18/Documentation/kernel-parameters.txt @@ -351,13 +351,6 @@ and is between 256 and 4096 characters. Value can be changed at runtime via /selinux/checkreqprot. - clock= [BUGS=IA-32, HW] gettimeofday clocksource override. - [Deprecated] - Forces specified clocksource (if avaliable) to be used - when calculating gettimeofday(). If specified - clocksource is not avalible, it defaults to PIT. - Format: { pit | tsc | cyclone | pmtmr } - disable_8254_timer enable_8254_timer [IA32/X86_64] Disable/Enable interrupt 0 timer routing @@ -1647,9 +1640,13 @@ and is between 256 and 4096 characters. time Show timing data prefixed to each printk message line - clocksource= [GENERIC_TIME] Override the default clocksource - Override the default clocksource and use the clocksource - with the name specified. + timeofday_clocksource= [GENERIC_TIME] + Override the default time of day clocksource and use + the clocksource with the name specified. + + sched_clocksource= [GENERIC_TIME] + Override the default scheduler clocksource. Used for + timing only inside the scheduler. tipar.timeout= [HW,PPT] Set communications timeout in tenths of a second -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/