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:
parent
40bca2754d
commit
fec51f584e
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user