summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:27:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:27:01 +0000
commit76a670bd406a45a5c74253a3641d03f52e5da730 (patch)
treed8eff07ccf9066cdeccd74ed46e12865051a6f51 /cpukit/rtems
parent2009-08-05 Santosh G Vattam <vattam.santosh@gmail.com> (diff)
downloadrtems-76a670bd406a45a5c74253a3641d03f52e5da730.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/region.h: Use new name. * score/include/rtems/debug.h: Fix spacing.
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/region.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/region.h b/cpukit/rtems/include/rtems/rtems/region.h
index 6e58ccb3f6..a86aae57cb 100644
--- a/cpukit/rtems/include/rtems/rtems/region.h
+++ b/cpukit/rtems/include/rtems/rtems/region.h
@@ -270,7 +270,7 @@ extern void _Region_Process_queue(Region_Control *the_region);
#define _Region_Debug_Walk( _the_region, _source ) \
do { \
- if ( _Debug_Is_enabled( RTEMS_DEBUG_REGION ) ) \
+ if ( rtems_debug_is_enabled( RTEMS_DEBUG_REGION ) ) \
_Heap_Walk( &(_the_region)->Memory, _source, false ); \
} while ( 0 )