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

Gabriel Moyano gabriel.moyano at dlr.de
Fri May 20 09:29:59 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 25d0837b63..80b1be364c 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.
  */
@@ -2275,9 +2274,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