The branch stable/13 has been updated by mhorne:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=009c4909bafea9f03a3692d5cc862e814e80e7b2

commit 009c4909bafea9f03a3692d5cc862e814e80e7b2
Author:     Mitchell Horne <[email protected]>
AuthorDate: 2023-05-05 21:56:55 +0000
Commit:     Mitchell Horne <[email protected]>
CommitDate: 2023-06-09 18:14:58 +0000

    pmc_events.h: update event list comment
    
    This comment is no longer in sync with the contents of __PMC_EVENTS().
    Update to reflect the removal of various Intel event definitions from
    this list; these event definitions now come from Linux and live in
    lib/libpmc/pmu-events/.
    
    Reviewed by:    jkoshy
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D39902
    
    (cherry picked from commit 6bdf067890ed1d1515ad0dbd105848bb11711210)
---
 sys/dev/hwpmc/pmc_events.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys/dev/hwpmc/pmc_events.h b/sys/dev/hwpmc/pmc_events.h
index 3873ca5ac0ca..7a3ef832b47c 100644
--- a/sys/dev/hwpmc/pmc_events.h
+++ b/sys/dev/hwpmc/pmc_events.h
@@ -1826,10 +1826,10 @@ __PMC_EV_ALIAS("unhalted-reference-cycles", 
IAF_CPU_CLK_UNHALTED_REF)
  * 0x2000      0x0080          AMD K7 events
  * 0x2080      0x0100          AMD K8 events
  * 0x10000     0x0080          INTEL architectural fixed-function events
- * 0x10080     0x0F80          INTEL architectural programmable events
- * 0x11000     0x0080          INTEL Pentium 4 events
- * 0x11080     0x0080          INTEL Pentium MMX events
- * 0x11100     0x0100          INTEL Pentium Pro/P-II/P-III/Pentium-M events
+ * 0x10080     0x0F80          free (was INTEL architectural programmable 
events)
+ * 0x11000     0x0080          free (was INTEL Pentium 4 events)
+ * 0x11080     0x0080          free (was INTEL Pentium MMX events)
+ * 0x11100     0x0100          free (was INTEL Pentium 
Pro/P-II/P-III/Pentium-M events)
  * 0x11200     0x00FF          free (was INTEL XScale events)
  * 0x11300     0x00FF          MIPS 24K events
  * 0x11400     0x00FF          Octeon events

Reply via email to