git: baab6b195497 - main - Remove a reference to xrpu from timetc.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Mar 2024 17:53:49 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=baab6b19549744adf61a38ff6c2edd9523ab1a6d
commit baab6b19549744adf61a38ff6c2edd9523ab1a6d
Author: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
AuthorDate: 2024-03-25 17:50:50 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-03-25 17:53:13 +0000
Remove a reference to xrpu from timetc.h
It was removed in 2007, so doesn't make a good example.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D44462
---
sys/sys/timetc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h
index fed3284e21b5..1d9b18620e96 100644
--- a/sys/sys/timetc.h
+++ b/sys/sys/timetc.h
@@ -49,7 +49,7 @@ struct timecounter {
* This function is optional. It will be called whenever the
* timecounter is rewound, and is intended to check for PPS
* events. Normal hardware does not need it but timecounters
- * which latch PPS in hardware (like sys/pci/xrpu.c) do.
+ * which latch PPS in hardware do.
*/
u_int tc_counter_mask;
/* This mask should mask off any unimplemented bits. */