summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-07 17:27:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-09 13:15:39 -0500
commit92b33b8d09377feb14eb5a831ce242047c58d02b (patch)
tree9489fb3154e47ff4e84619e6603c6efef0c7db5d
parentuser/overview.t: Fix broken cross reference (diff)
downloadrtems-92b33b8d09377feb14eb5a831ce242047c58d02b.tar.bz2
confdefs.h: Eliminate BSP_DEFAULT_UNIFIED_WORK_AREAS
This was not used by any BSP and obsolete now that unified memory is an option for all BSPs.
-rw-r--r--cpukit/sapi/include/confdefs.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index cc55e92722..033a454a56 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -866,14 +866,12 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
#ifdef CONFIGURE_INIT
/**
* By default, RTEMS uses separate heaps for the RTEMS Workspace and
- * the C Program Heap. On many BSPs, these can be optionally
- * combined provided one larger memory pool. This is particularly
+ * the C Program Heap. The application can choose optionally to combine
+ * these to provide one larger memory pool. This is particularly
* useful in combination with the unlimited objects configuration.
*/
- #ifdef BSP_DEFAULT_UNIFIED_WORK_AREAS
- #ifndef CONFIGURE_UNIFIED_WORK_AREAS
- #define CONFIGURE_UNIFIED_WORK_AREAS
- #endif
+ #ifndef CONFIGURE_UNIFIED_WORK_AREAS
+ #define CONFIGURE_UNIFIED_WORK_AREAS
#endif
#ifdef CONFIGURE_UNIFIED_WORK_AREAS