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
This commit is contained in:
Bjoern A. Zeeb 2015-10-14 16:56:25 +00:00
parent c110fc49da
commit 3ed01392b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289317

View File

@ -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__)