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: maxv
Date: Fri Feb 17 12:10:40 UTC 2017
Modified Files:
src/sys/arch/i386/conf: GENERIC files.i386
src/sys/arch/i386/i386: machdep.c pmc.c
src/sys/arch/i386/include: pmc.h
src/sys/arch/x86/x86: sys_machdep.c
Log Message:
Support PMCs on multi-processor systems. Still several things to fix, but
at least it works a little. Will be improved and moved into x86/ soon.
To generate a diff of this commit:
cvs rdiff -u -r1.1146 -r1.1147 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.376 -r1.377 src/sys/arch/i386/conf/files.i386
cvs rdiff -u -r1.778 -r1.779 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/i386/pmc.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/i386/include/pmc.h
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/x86/x86/sys_machdep.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