From 6381642a19354cf88c1bf1d20fe3ca75ad8d5d5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 12 Jun 2003 15:36:14 +0000 Subject: 2003-06-12 Joel Sherrill * include/rtems/rtems/msgmp.h, include/rtems/rtems/partmp.h, include/rtems/rtems/regionmp.h, include/rtems/rtems/semmp.h, src/msgmp.c, src/partmp.c, src/regionmp.c, src/semmp.c: Removed warnings. --- cpukit/rtems/src/partmp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/rtems/src/partmp.c') 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, -- cgit v1.2.3