On Thu, Mar 24, 2016 at 9:57 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote:
> Not to be committed. How can we fix this? > What's the problem being solved? > --- > 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 > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel