From 70669f28adb402ec2521ad1337ba6dfa470ed137 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 May 2007 20:07:47 +0000 Subject: 2007-05-11 Joel Sherrill * rtems/src/region.c, sapi/src/exinit.c: Now that the Region is an optional manager, we cannot depend on it do initialize the internal Allocator Mutex. This was always a questionable place to do it, so this is a cleanup. --- cpukit/rtems/src/region.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/rtems/src/region.c') diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c index f8e9de5e6e..f95d109049 100644 --- a/cpukit/rtems/src/region.c +++ b/cpukit/rtems/src/region.c @@ -42,10 +42,6 @@ void _Region_Manager_initialization( uint32_t maximum_regions ) { - /* XXX move me */ - _API_Mutex_Initialization( 1 ); - _API_Mutex_Allocate( _RTEMS_Allocator_Mutex ); - _Objects_Initialize_information( &_Region_Information, /* object information table */ OBJECTS_CLASSIC_API, /* object API */ -- cgit v1.2.3