[PATCH v2 08/12] kern_tc.c: Enable PPS API support
Gabriel Moyano
gabriel.moyano at dlr.de
Fri Apr 29 07:20:47 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 7e030c50d4..1b794fd0e3 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.
*/
@@ -2259,9 +2258,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