summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-11 13:57:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-11 13:57:10 +0200
commitdc76d98a530d30629fe0cf239dec34d1f5dc8b27 (patch)
treecfab7522b99b473e36dc962968a7338d58ab3915 /cpukit
parentdoc: Config documentation changes throughout (diff)
downloadrtems-dc76d98a530d30629fe0cf239dec34d1f5dc8b27.tar.bz2
sapi: Fix unified workspace option
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/include/confdefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 41a50c48b7..1e1e3bb39e 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