Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   xtraeme
Date:           Wed Mar 21 06:36:43 UTC 2007

Modified Files:
        src/sys/arch/amd64/amd64: ipifuncs.c
        src/sys/arch/i386/i386: est.c ipifuncs.c
        src/sys/arch/x86/include: cpu_msr.h intrdefs.h
        src/sys/arch/x86/x86: iclockmod.c msr_ipifuncs.c powernow_k8.c

Log Message:
Remove the MSR read IPI handler, there won't be any driver that will
use it, and we can see if the values are ok in the CPUs in the write
operation.

Suggested by YAMAMOTO Takashi.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/amd64/amd64/ipifuncs.c
cvs rdiff -r1.34 -r1.35 src/sys/arch/i386/i386/est.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/i386/i386/ipifuncs.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/include/cpu_msr.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/x86/include/intrdefs.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/x86/iclockmod.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/x86/msr_ipifuncs.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/x86/x86/powernow_k8.c

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




Home | Main Index | Thread Index | Old Index