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: matt
Date: Wed Aug 29 19:10:17 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: cortex_pmc.c
src/sys/arch/arm/include/arm32: machdep.h
src/sys/arch/evbarm/beagle: beagle_machdep.c
src/sys/arch/evbarm/conf: std.beagle
src/sys/arch/evbarm/gumstix: gumstix_machdep.c
src/sys/arch/evbarm/netwalker: netwalker_machdep.c
Log Message:
Since the PMC cycle counter is started in cpufunc no reason to do so here.
Use curcpu()->ci_data.cpu_cc_freq and new armreg* inlines.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/arm32/cortex_pmc.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/include/arm32/machdep.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/beagle/beagle_machdep.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.beagle
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/gumstix/gumstix_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/netwalker/netwalker_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