sapi: Simplify confdefs.h

The _Configure_From_workspace() already takes care that zero size
allocations contribute nothing to the workspace size estimate.
This commit is contained in:
Sebastian Huber
2015-05-27 08:55:51 +02:00
parent ee4e7f09b4
commit 67901a8265

View File

@@ -2962,7 +2962,6 @@ const rtems_libio_helper rtems_fs_init_helper =
_Configure_Object_RAM(_tasks, sizeof(Configuration_Thread_control)) \
+ _Configure_Max_Objects(_number_FP_tasks) \
* _Configure_From_workspace(CONTEXT_FP_SIZE) \
* (CONTEXT_FP_SIZE != 0) \
)
/**