summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/macros/rtems/rtems/region.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/macros/rtems/rtems/region.inl')
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/region.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/macros/rtems/rtems/region.inl b/c/src/exec/rtems/macros/rtems/rtems/region.inl
index 2576a08bec..02e95fdea2 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/region.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/region.inl
@@ -42,7 +42,7 @@
#define _Region_Get( _id, _location ) \
(Region_Control *) \
- _Objects_Get( &_Region_Information, (_id), (_location) )
+ _Objects_Get_no_protection( &_Region_Information, (_id), (_location) )
/*PAGE
*