summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/ratemonimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-24 14:37:42 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-24 14:44:37 +0100
commit1240aade5a35c4e8c43d5409e2329eeb6a173299 (patch)
treee448ee77dda407cc8c04ccddaf3cb982f7d3e569 /cpukit/rtems/include/rtems/rtems/ratemonimpl.h
parentfsscandir01: Check MAXNAMLEN and NAME_MAX (diff)
downloadrtems-1240aade5a35c4e8c43d5409e2329eeb6a173299.tar.bz2
rtems: Fix _Rate_monotonic_Renew_deadline()
Make _Rate_monotonic_Renew_deadline() static and use proper locking in SMP configurations. Update #2795.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemonimpl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/ratemonimpl.h b/cpukit/rtems/include/rtems/rtems/ratemonimpl.h
index c4133c7e03..ba38a3e61a 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemonimpl.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemonimpl.h
@@ -117,18 +117,6 @@ bool _Rate_monotonic_Get_status(
Timestamp_Control *cpu_since_last_period
);
-/**
- * @brief Renew the watchdog deadline
- *
- * This routine is prepared for the watchdog timeout to renew its deadline
- * without releasing jobs.
- */
-void _Rate_monotonic_Renew_deadline(
- Rate_monotonic_Control *the_period,
- Thread_Control *owner,
- ISR_lock_Context *lock_context
-);
-
void _Rate_monotonic_Restart(
Rate_monotonic_Control *the_period,
Thread_Control *owner,