summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/partmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/partmp.c')
-rw-r--r--cpukit/rtems/src/partmp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/rtems/src/partmp.c b/cpukit/rtems/src/partmp.c
index 88838f86b3..ce6b2b992d 100644
--- a/cpukit/rtems/src/partmp.c
+++ b/cpukit/rtems/src/partmp.c
@@ -275,9 +275,11 @@ void _Partition_MP_Process_packet (
*/
void _Partition_MP_Send_extract_proxy (
- Thread_Control *the_thread
+ void *argument
)
{
+ Thread_Control *the_thread = (Thread_Control *)argument;
+
_Partition_MP_Send_process_packet(
PARTITION_MP_EXTRACT_PROXY,
the_thread->Wait.id,