[PATCH 8/8] confdefs.h hack

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Mar 24 14:57:47 UTC 2016


Not to be committed. How can we fix this?
---
 cpukit/sapi/include/confdefs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 6d67a02..715d4fc 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -132,7 +132,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
  * are used by calls like open(2) and read(2).
  */
 #ifndef CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS
-  #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 3
+  #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 64
 #endif
 
 /**
@@ -1921,7 +1921,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
 
       #define CONFIGURE_MULTIPROCESSING_TABLE    &Multiprocessing_configuration
 
-      #define CONFIGURE_MPCI_TASKS 1
+      #define CONFIGURE_MPCI_TASKS 5
 
     #endif /* CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE */
 
-- 
1.8.4.5




More information about the devel mailing list