summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/inline/rtems/rtems/region.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/inline/rtems/rtems/region.inl')
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/region.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/inline/rtems/rtems/region.inl b/c/src/exec/rtems/inline/rtems/rtems/region.inl
index 1f2b8f766c..d61afaee3f 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/region.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/region.inl
@@ -67,7 +67,7 @@ RTEMS_INLINE_ROUTINE Region_Control *_Region_Get (
)
{
return (Region_Control *)
- _Objects_Get( &_Region_Information, id, location );
+ _Objects_Get_no_protection( &_Region_Information, id, location );
}
/*PAGE