summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 21:09:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 21:09:54 +0000
commitbfc54b08c844f7d26b2c35643ee3c8b49d4103b2 (patch)
tree97bd824bfebb2dab4b4eeee8e3fff05387bc9cf6 /cpukit/sapi/include/confdefs.h
parent2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bfc54b08c844f7d26b2c35643ee3c8b49d4103b2.tar.bz2
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_MALLOC_DIRTY.
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index a51c6b95ff..2fc0781ad0 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -266,6 +266,15 @@ extern int rtems_telnetd_maximum_ptys;
#endif
#endif
+#ifdef CONFIGURE_INIT
+ rtems_malloc_dirtier_t *rtems_malloc_dirty_helper =
+ #if defined(CONFIGURE_MALLOC_DIRTY)
+ rtems_malloc_dirty_memory;
+ #else
+ NULL;
+ #endif
+#endif
+
/*
* Default User Initialization Task Table. This table guarantees that
* one user initialization table is defined.