From 5250ff39f042c09503b61eb81a2c705e9b06b917 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Aug 1995 21:06:31 +0000 Subject: Moved _Thread_Information -> _RTEMS_tasks_Information. Added a table of object information control blocks. Modified _Thread_Get so it looks up a thread regardless of which thread management "entity" (manager, internal, etc) actually "owns" it. --- c/src/exec/rtems/src/dpmem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/exec/rtems/src/dpmem.c') diff --git a/c/src/exec/rtems/src/dpmem.c b/c/src/exec/rtems/src/dpmem.c index ea2469f4c5..522c14866b 100644 --- a/c/src/exec/rtems/src/dpmem.c +++ b/c/src/exec/rtems/src/dpmem.c @@ -43,7 +43,8 @@ void _Dual_ported_memory_Manager_initialization( maximum_ports, sizeof( Dual_ported_memory_Control ), FALSE, - RTEMS_MAXIMUM_NAME_LENGTH + RTEMS_MAXIMUM_NAME_LENGTH, + FALSE ); } -- cgit v1.2.3