svn commit: r289317 - head/lib/libpmc
Bjoern A. Zeeb
bz at FreeBSD.org
Wed Oct 14 16:56:27 UTC 2015
Author: bz
Date: Wed Oct 14 16:56:25 2015
New Revision: 289317
URL: https://svnweb.freebsd.org/changeset/base/289317
Log:
For the Cortex-A8 use the a8 and not the a9 events table.
MFC after: 2 weeks
Sponsored by: DARPA/AFRL
Differential Revision: https://reviews.freebsd.org/D3882
Modified:
head/lib/libpmc/libpmc.c
Modified: head/lib/libpmc/libpmc.c
==============================================================================
--- head/lib/libpmc/libpmc.c Wed Oct 14 16:21:41 2015 (r289316)
+++ head/lib/libpmc/libpmc.c Wed Oct 14 16:56:25 2015 (r289317)
@@ -388,7 +388,7 @@ PMC_CLASS_TABLE_DESC(tsc, TSC, tsc, tsc)
#if defined(__XSCALE__)
PMC_CLASS_TABLE_DESC(xscale, XSCALE, xscale, xscale);
#endif
-PMC_CLASS_TABLE_DESC(cortex_a8, ARMV7, cortex_a9, armv7);
+PMC_CLASS_TABLE_DESC(cortex_a8, ARMV7, cortex_a8, armv7);
PMC_CLASS_TABLE_DESC(cortex_a9, ARMV7, cortex_a9, armv7);
#endif
#if defined(__aarch64__)
More information about the svn-src-all
mailing list