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:           Sat Feb 18 14:36:32 UTC 2017

Modified Files:
        src/sys/arch/i386/conf: ALL GENERIC NET4501
        src/sys/arch/i386/include: pmc.h
        src/sys/arch/x86/x86: sys_machdep.c

Log Message:
There is currently an ugly mix between the PERFCTRS subsystem (MI), and
i386's own PMC interface (MD). Stop using PERFCTRS and use PMC instead.
While here remove some unused flags, which are wrong on the latest CPUs
anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.411 -r1.412 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1147 -r1.1148 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/i386/conf/NET4501
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/include/pmc.h
cvs rdiff -u -r1.33 -r1.34 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