mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 23:12:22 +08:00
confdefs.h: Simplify
This commit is contained in:
@@ -214,11 +214,9 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
* An internal define to indicate that this is an SMP application
|
||||
* configuration.
|
||||
*/
|
||||
#if defined(RTEMS_SMP)
|
||||
#if CONFIGURE_SMP_MAXIMUM_PROCESSORS > 1
|
||||
#if defined(RTEMS_SMP) && CONFIGURE_SMP_MAXIMUM_PROCESSORS > 1
|
||||
#define _CONFIGURE_SMP_APPLICATION
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CONFIGURE_SMP_APPLICATION
|
||||
#warning "CONFIGURE_SMP_APPLICATION is obsolete since RTEMS 4.12"
|
||||
|
||||
Reference in New Issue
Block a user