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: ad
Date: Mon Nov 12 18:44:44 UTC 2007
Modified Files:
src/sys/arch/amd64/amd64: identcpu.c locore.S procfs_machdep.c
src/sys/arch/amd64/include: cpu.h
src/sys/arch/i386/i386: identcpu.c
src/sys/arch/x86/include: cpuvar.h
src/sys/arch/x86/x86: cpu.c errata.c
Log Message:
- cpu_vendor was both an int and char[] on amd64 - fix it.
- Run the errata check/patch on all CPUs, not just the boot processor.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/arch/amd64/amd64/identcpu.c
cvs rdiff -r1.29 -r1.30 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -r1.6 -r1.7 src/sys/arch/amd64/amd64/procfs_machdep.c
cvs rdiff -r1.31 -r1.32 src/sys/arch/amd64/include/cpu.h
cvs rdiff -r1.79 -r1.80 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/x86/cpu.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/x86/x86/errata.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