mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-24 03:17:45 +08:00
parent
1f3c22e786
commit
138c1ba886
@ -3830,7 +3830,7 @@ NOTES:
|
||||
enabled.
|
||||
|
||||
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 ===
|
||||
|
||||
@ -4150,7 +4150,7 @@ RANGE:
|
||||
Defined or undefined.
|
||||
|
||||
DEFAULT VALUE:
|
||||
The default value is 1, (if CONFIGURE_SMP_APPLICATION is defined).
|
||||
The default value is 1.
|
||||
|
||||
DESCRIPTION:
|
||||
``CONFIGURE_SMP_MAXIMUM_PROCESSORS`` must be set to the number of
|
||||
|
@ -878,7 +878,6 @@ EXAMPLE:
|
||||
exit(0);
|
||||
}
|
||||
|
||||
#define CONFIGURE_SMP_APPLICATION
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user