aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc/libpmc.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2015-10-14 16:56:25 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2015-10-14 16:56:25 +0000
commit3ed01392b66dcd49a67aac627f5c5356f894808f (patch)
tree03d1794be3018585c00b0a2605a116282e2a2284 /lib/libpmc/libpmc.c
parentc110fc49da2995d10d60d908af0838ecb4be9bee (diff)
downloadsrc-3ed01392b66dcd49a67aac627f5c5356f894808f.tar.gz
src-3ed01392b66dcd49a67aac627f5c5356f894808f.zip
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
Notes
Notes: svn path=/head/; revision=289317
Diffstat (limited to 'lib/libpmc/libpmc.c')
-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 93056183dadf..129c064b5c21 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__)