Page MenuHomeFreeBSD

D9036.id23590.diff
No OneTemporary

D9036.id23590.diff

Index: head/sys/dev/hwpmc/hwpmc_core.c
===================================================================
--- head/sys/dev/hwpmc/hwpmc_core.c
+++ head/sys/dev/hwpmc/hwpmc_core.c
@@ -2857,7 +2857,7 @@
PMCDBG3(MDP,INI,1,"core-init cputype=%d ncpu=%d ipa-version=%d",
core_cputype, maxcpu, ipa_version);
- if (ipa_version < 1 || ipa_version > 3 ||
+ if (ipa_version < 1 || ipa_version > 4 ||
(core_cputype != PMC_CPU_INTEL_CORE && ipa_version == 1)) {
/* Unknown PMC architecture. */
printf("hwpc_core: unknown PMC architecture: %d\n",

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 4:30 PM (5 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33089962
Default Alt Text
D9036.id23590.diff (556 B)

Event Timeline