summaryrefslogtreecommitdiff
path: root/cpukit/rtems/src/ratemontimeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/ratemontimeout.c')
-rw-r--r--cpukit/rtems/src/ratemontimeout.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/rtems/src/ratemontimeout.c b/cpukit/rtems/src/ratemontimeout.c
index e2593f58b8..07549c4492 100644
--- a/cpukit/rtems/src/ratemontimeout.c
+++ b/cpukit/rtems/src/ratemontimeout.c
@@ -46,7 +46,10 @@ static void _Rate_monotonic_Renew_deadline(
_Rate_monotonic_Release( the_period, lock_context );
}
-void _Rate_monotonic_Timeout( Watchdog_Control *the_watchdog )
+void _Rate_monotonic_Timeout(
+ Watchdog_Control *the_watchdog,
+ Per_CPU_Control *cpu
+)
{
Rate_monotonic_Control *the_period;
Thread_Control *owner;