Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/13/2007 18:42:00
Module Name:	src
Committed By:	ad
Date:		Tue Nov 13 18:42:00 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64: identcpu.c
	src/sys/arch/i386/i386: identcpu.c
	src/sys/arch/x86/include: cpuvar.h
	src/sys/arch/x86/x86: cpu.c

Log Message:
In cpu_hatch(), recompute ci_tsc_freq instead of using the boot CPU's value.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/amd64/amd64/identcpu.c
cvs rdiff -r1.80 -r1.81 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/x86/x86/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.