[PATCH 10/12] kern_tc.c: Enable PPS API support

Gabriel Moyano gabriel.moyano at dlr.de
Thu Apr 7 08:36:05 UTC 2022


---
 cpukit/score/src/kern_tc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 5db924cebe..c94e85f85b 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -1896,7 +1896,6 @@ SYSCTL_PROC(_kern_timecounter, OID_AUTO, choice,
     "Timecounter hardware detected");
 #endif /* __rtems__ */
 
-#ifndef __rtems__
 /*
  * RFC 2783 PPS-API implementation.
  */
@@ -2258,9 +2257,6 @@ pps_event(struct pps_state *pps, int event)
         (*pps->wakeup)(pps);
 #endif /* __rtems__ */
 }
-#else /* __rtems__ */
-/* FIXME: https://devel.rtems.org/ticket/2349 */
-#endif /* __rtems__ */
 
 /*
  * Timecounters need to be updated every so often to prevent the hardware
-- 
2.25.1



More information about the devel mailing list