[rtems commit] sapi: Fix unified workspace option

Sebastian Huber sebh at rtems.org
Thu Apr 11 12:03:38 UTC 2013


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr 11 13:57:10 2013 +0200

sapi: Fix unified workspace option

---

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

diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 41a50c4..1e1e3bb 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -870,10 +870,6 @@ rtems_fs_init_functions_t    rtems_fs_init_helper =
    * these to provide one larger memory pool. This is particularly
    * useful in combination with the unlimited objects configuration.
    */
-  #ifndef CONFIGURE_UNIFIED_WORK_AREAS
-    #define CONFIGURE_UNIFIED_WORK_AREAS
-  #endif
-
   #ifdef CONFIGURE_UNIFIED_WORK_AREAS
     Heap_Control  *RTEMS_Malloc_Heap = &_Workspace_Area;
   #else




More information about the vc mailing list