mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-25 11:33:27 +08:00
parent
1f3c22e786
commit
138c1ba886
@ -3830,7 +3830,7 @@ NOTES:
|
|||||||
enabled.
|
enabled.
|
||||||
|
|
||||||
This scheduler is currently the default in SMP configurations and is only
|
This scheduler is currently the default in SMP configurations and is only
|
||||||
selected when ``CONFIGURE_SMP_APPLICATION`` is defined.
|
selected when ``CONFIGURE_SMP_MAXIMUM_PROCESSORS`` is greater than one.
|
||||||
|
|
||||||
.. COMMENT: === CONFIGURE_SCHEDULER_SIMPLE_SMP ===
|
.. COMMENT: === CONFIGURE_SCHEDULER_SIMPLE_SMP ===
|
||||||
|
|
||||||
@ -4150,7 +4150,7 @@ RANGE:
|
|||||||
Defined or undefined.
|
Defined or undefined.
|
||||||
|
|
||||||
DEFAULT VALUE:
|
DEFAULT VALUE:
|
||||||
The default value is 1, (if CONFIGURE_SMP_APPLICATION is defined).
|
The default value is 1.
|
||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
``CONFIGURE_SMP_MAXIMUM_PROCESSORS`` must be set to the number of
|
``CONFIGURE_SMP_MAXIMUM_PROCESSORS`` must be set to the number of
|
||||||
|
@ -878,7 +878,6 @@ EXAMPLE:
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CONFIGURE_SMP_APPLICATION
|
|
||||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user