[PATCH v3 07/11] kern_tc.c: Enable PPS API support

Gabriel Moyano gabriel.moyano at dlr.de
Wed May 4 12:12:03 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 64a11bae20..0bad76c329 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -1903,7 +1903,6 @@ SYSCTL_PROC(_kern_timecounter, OID_AUTO, choice,
     "Timecounter hardware detected");
 #endif /* __rtems__ */
 
-#ifndef __rtems__
 /*
  * RFC 2783 PPS-API implementation.
  */
@@ -2272,9 +2271,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