summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-27 08:55:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-27 08:55:51 +0200
commit67901a826556ecc86ccdcb4e65c88347ed91a810 (patch)
treedb3bc7d5b7873193ff8f597f1ccbd28521b55146
parentjffs2: Move into separate library (diff)
downloadrtems-67901a826556ecc86ccdcb4e65c88347ed91a810.tar.bz2
sapi: Simplify confdefs.h
The _Configure_From_workspace() already takes care that zero size allocations contribute nothing to the workspace size estimate.
-rw-r--r--cpukit/sapi/include/confdefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 9f3640b4a6..9e66357d6d 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -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) \
)
/**