c-user: Eliminate CONFIGURE_SMP_APPLICATION

Update #2893.
This commit is contained in:
Sebastian Huber 2017-02-03 13:35:24 +01:00
parent 1f3c22e786
commit 138c1ba886
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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