Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 03/25/2007 02:27:16
Module Name: src
Committed By: xtraeme
Date: Sun Mar 25 02:27:16 UTC 2007
Modified Files:
src/sys/arch/i386/i386: est.c
src/sys/arch/x86/include: cpu_msr.h
src/sys/arch/x86/x86: iclockmod.c msr_ipifuncs.c
Log Message:
Add another member to struct cpu_msr_broadcast, msr_read that will
enable the rdmsr call in msr_write_ipi(), so that when it's not
defined we don't read it before writing; disabled in powernow_k8
and enabled in the others.
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/arch/i386/i386/est.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/include/cpu_msr.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/x86/iclockmod.c \
src/sys/arch/x86/x86/msr_ipifuncs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.