Now accounts for region used by RTEMS malloc and extension used

by newlib.
This commit is contained in:
Joel Sherrill
1998-04-14 20:54:26 +00:00
parent 7a75c323e4
commit 3b89891244
29 changed files with 48 additions and 412 deletions

View File

@@ -302,20 +302,6 @@ bsp_start(void)
Cpu_table.extra_mpci_receive_server_stack = 0;
/*
* Add 1 region for RTEMS Malloc
*/
BSP_Configuration.RTEMS_api_configuration->maximum_regions++;
#ifdef RTEMS_NEWLIB
/*
* Add 1 extension for newlib libc
*/
BSP_Configuration.maximum_extensions++;
#endif
#ifdef STACK_CHECKER_ON
/*
* Add 1 extension for stack checker