mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 11:13:54 +08:00
2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/rtems/config.h: Commit temporary fix so interrupt_stack_size is accessible before RTEMS is initialized.
This commit is contained in:
@@ -198,6 +198,12 @@ SAPI_EXTERN rtems_configuration_table *_Configuration_Table;
|
||||
#define rtems_configuration_get_idle_task_stack_size() \
|
||||
(_Configuration_Table->idle_task_stack_size)
|
||||
|
||||
/* XXX We need to get this from the generated table
|
||||
* since BSPs need it before the pointer is set.
|
||||
* Eventually all should be done this way.
|
||||
*/
|
||||
extern rtems_configuration_table Configuration;
|
||||
|
||||
#define rtems_configuration_get_interrupt_stack_size() \
|
||||
(_Configuration_Table->interrupt_stack_size)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user