From 67901a826556ecc86ccdcb4e65c88347ed91a810 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 May 2015 08:55:51 +0200 Subject: sapi: Simplify confdefs.h The _Configure_From_workspace() already takes care that zero size allocations contribute nothing to the workspace size estimate. --- cpukit/sapi/include/confdefs.h | 1 - 1 file changed, 1 deletion(-) 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) \ ) /** -- cgit v1.2.3