Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 16:56:25 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289317 - head/lib/libpmc
Message-ID:  <201510141656.t9EGuPYg025533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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__)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510141656.t9EGuPYg025533>