summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Thomas <fabient@FreeBSD.org>2010-01-19 20:56:57 +0000
committerFabien Thomas <fabient@FreeBSD.org>2010-01-19 20:56:57 +0000
commitcdf0386dcd39270cd26dc6800735792e4b4eaab4 (patch)
tree486075c435c50a51ba9a0d907f0f09d8946e2ceb
parent0e8aa9c23cea6a043f8437725b65c8459199218d (diff)
Notes
-rw-r--r--lib/libpmc/libpmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpmc/libpmc.c b/lib/libpmc/libpmc.c
index ecc697da203f..af716da157b4 100644
--- a/lib/libpmc/libpmc.c
+++ b/lib/libpmc/libpmc.c
@@ -2507,6 +2507,7 @@ pmc_init(void)
break;
case PMC_CPU_INTEL_CORE:
PMC_MDEP_INIT(core);
+ pmc_class_table[n] = &core_class_table_descr;
break;
case PMC_CPU_INTEL_CORE2:
case PMC_CPU_INTEL_CORE2EXTREME: