sapi: Fix unified workspace option

This commit is contained in:
Sebastian Huber
2013-04-11 13:57:10 +02:00
parent 14c55cc0f8
commit dc76d98a53

View File

@@ -870,10 +870,6 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
* these to provide one larger memory pool. This is particularly * these to provide one larger memory pool. This is particularly
* useful in combination with the unlimited objects configuration. * useful in combination with the unlimited objects configuration.
*/ */
#ifndef CONFIGURE_UNIFIED_WORK_AREAS
#define CONFIGURE_UNIFIED_WORK_AREAS
#endif
#ifdef CONFIGURE_UNIFIED_WORK_AREAS #ifdef CONFIGURE_UNIFIED_WORK_AREAS
Heap_Control *RTEMS_Malloc_Heap = &_Workspace_Area; Heap_Control *RTEMS_Malloc_Heap = &_Workspace_Area;
#else #else