summaryrefslogtreecommitdiffstats
path: root/lib/libpmc
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2015-10-14 16:56:25 +0000
committerbz <bz@FreeBSD.org>2015-10-14 16:56:25 +0000
commitfec51f584e7da5ddd90dc0109c6dd78ed72a2c33 (patch)
tree03d1794be3018585c00b0a2605a116282e2a2284 /lib/libpmc
parent40bca2754d65948b01b3e0a63dda32938c1bd837 (diff)
downloadFreeBSD-src-fec51f584e7da5ddd90dc0109c6dd78ed72a2c33.zip
FreeBSD-src-fec51f584e7da5ddd90dc0109c6dd78ed72a2c33.tar.gz
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
Diffstat (limited to 'lib/libpmc')
-rw-r--r--lib/libpmc/libpmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/libpmc.c b/lib/libpmc/libpmc.c
index 9305618..129c064 100644
--- a/lib/libpmc/libpmc.c
+++ b/lib/libpmc/libpmc.c
@@ -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__)
OpenPOWER on IntegriCloud