[rtems commit] confdefs.h: Eliminate BSP_DEFAULT_UNIFIED_WORK_AREAS

Joel Sherrill joel at rtems.org
Tue Apr 9 18:10:22 UTC 2013


Module:    rtems
Branch:    master
Commit:    92b33b8d09377feb14eb5a831ce242047c58d02b
Changeset: http://git.rtems.org/rtems/commit/?id=92b33b8d09377feb14eb5a831ce242047c58d02b

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Apr  7 17:27:46 2013 -0500

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.

---

 cpukit/sapi/include/confdefs.h |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index cc55e92..033a454 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




More information about the vc mailing list