[PATCH 8/8] confdefs.h hack
Joel Sherrill
joel at rtems.org
Thu Mar 24 15:02:53 UTC 2016
On Thu, Mar 24, 2016 at 9:57 AM, Sebastian Huber <
sebastian.huber at 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 at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20160324/f913735c/attachment-0002.html>
More information about the devel
mailing list