summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/region.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 20:07:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 20:07:47 +0000
commit70669f28adb402ec2521ad1337ba6dfa470ed137 (patch)
tree4d8dc27f35cfca2ff37bb67c3b052906ced87cb7 /cpukit/rtems/src/region.c
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-70669f28adb402ec2521ad1337ba6dfa470ed137.tar.bz2
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
Diffstat (limited to 'cpukit/rtems/src/region.c')
-rw-r--r--cpukit/rtems/src/region.c4
1 files changed, 0 insertions, 4 deletions
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 */