Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2023 09:12:34 GMT
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 57014ab77647 - main - pmc: Add a reminder to maintain documentation.
Message-ID:  <202303290912.32T9CYLj084255@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkoshy:

URL: https://cgit.FreeBSD.org/src/commit/?id=57014ab77647c74fcb0a01d68e21a161ceb95d5a

commit 57014ab77647c74fcb0a01d68e21a161ceb95d5a
Author:     Joseph Koshy <jkoshy@FreeBSD.org>
AuthorDate: 2023-03-28 21:22:59 +0000
Commit:     Joseph Koshy <jkoshy@FreeBSD.org>
CommitDate: 2023-03-29 09:12:08 +0000

    pmc: Add a reminder to maintain documentation.
    
    Approved by:    gnn (mentor)
    Differential Revision: https://reviews.freebsd.org/D39298
---
 sys/sys/pmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h
index 5465d0532a2a..8d25ecad721d 100644
--- a/sys/sys/pmc.h
+++ b/sys/sys/pmc.h
@@ -79,6 +79,8 @@ extern char pmc_cpuid[PMC_CPUID_LEN];
  * some way for PMC operations.  CPU names are grouped by manufacturer
  * and numbered sparsely in order to minimize changes to the ABI involved
  * when new CPUs are added.
+ *
+ * Please keep the pmc(3) manual page in sync with this list.
  */
 
 #define	__PMC_CPUS()						\



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