forked from Imagelibrary/rtems
@@ -108,13 +108,6 @@ extern "C" {
|
||||
*/
|
||||
extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
|
||||
#if defined(RTEMS_MULTIPROCESSING)
|
||||
/**
|
||||
* This it the distributed multiprocessing configuration table.
|
||||
*/
|
||||
extern rtems_multiprocessing_table Multiprocessing_configuration;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* This macro determines whether the RTEMS reentrancy support for
|
||||
* the Newlib C Library is enabled.
|
||||
@@ -123,12 +116,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
#undef RTEMS_NEWLIB
|
||||
#endif
|
||||
|
||||
#if (defined(RTEMS_NEWLIB) && !defined(CONFIGURE_DISABLE_NEWLIB_REENTRANCY))
|
||||
#define _CONFIGURE_NEWLIB_EXTENSION 1
|
||||
#else
|
||||
#define _CONFIGURE_NEWLIB_EXTENSION 0
|
||||
#endif
|
||||
|
||||
#ifndef RTEMS_SCHEDSIM
|
||||
#include <rtems/libio_.h>
|
||||
|
||||
@@ -630,15 +617,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
#warning "STACK_CHECKER_ON deprecated -- use CONFIGURE_STACK_CHECKER_ENABLED"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* This configures the stack checker user extension.
|
||||
*/
|
||||
#ifdef CONFIGURE_STACK_CHECKER_ENABLED
|
||||
#define _CONFIGURE_STACK_CHECKER_EXTENSION 1
|
||||
#else
|
||||
#define _CONFIGURE_STACK_CHECKER_EXTENSION 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Maximum priority configuration.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user