forked from Imagelibrary/rtems
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:
@@ -2962,7 +2962,6 @@ const rtems_libio_helper rtems_fs_init_helper =
|
|||||||
_Configure_Object_RAM(_tasks, sizeof(Configuration_Thread_control)) \
|
_Configure_Object_RAM(_tasks, sizeof(Configuration_Thread_control)) \
|
||||||
+ _Configure_Max_Objects(_number_FP_tasks) \
|
+ _Configure_Max_Objects(_number_FP_tasks) \
|
||||||
* _Configure_From_workspace(CONTEXT_FP_SIZE) \
|
* _Configure_From_workspace(CONTEXT_FP_SIZE) \
|
||||||
* (CONTEXT_FP_SIZE != 0) \
|
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user