summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/macros/rtems/rtems/region.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/macros/rtems/rtems/region.inl')
-rw-r--r--cpukit/rtems/macros/rtems/rtems/region.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/macros/rtems/rtems/region.inl b/cpukit/rtems/macros/rtems/rtems/region.inl
index 2576a08bec..02e95fdea2 100644
--- a/cpukit/rtems/macros/rtems/rtems/region.inl
+++ b/cpukit/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
*