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
This commit is contained in:
Josef 'Jeff' Sipek 2024-03-25 11:50:50 -06:00 committed by Warner Losh
parent 3fed4f0db5
commit baab6b1954

View file

@ -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. */