Module Name: src Committed By: msaitoh Date: Wed Dec 11 02:14:08 UTC 2013
Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/arch/x86/x86: tsc.c tsc.h Log Message: Make new function named tsc_is_invariant() to avoid code duplication. The behavior of acpicpu_md_flags() will change on some CPUs because the detecting code of invariant TSC is replaced with newer code. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/x86/acpi/acpi_cpu_md.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/x86/tsc.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/x86/tsc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.