summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/user/conf.t2
-rw-r--r--doc/user/smp.t4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 4709022a8d..b518176455 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -3931,8 +3931,6 @@ processors. The processor demand must be reduced for this system.
mandatory processor failed during system initialization. The system may not
have this processor at all or it could be a problem with a boot loader for
example. Check the @code{CONFIGURE_SMP_SCHEDULER_ASSIGNMENTS} definition.
-@item @code{SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS} - it is prohibited to have
-a scheduler managing the empty processor set.
@item @code{SMP_FATAL_MULTITASKING_START_ON_UNASSIGNED_PROCESSOR} - it is not
allowed to start multitasking on a processor with no scheduler assigned.
@end itemize
diff --git a/doc/user/smp.t b/doc/user/smp.t
index d0e067ffef..0ad21f5662 100644
--- a/doc/user/smp.t
+++ b/doc/user/smp.t
@@ -446,7 +446,9 @@ rtems_status_code rtems_scheduler_ident(
@code{@value{RPREFIX}SUCCESSFUL} - successful operation@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@*
-@code{@value{RPREFIX}INVALID_NAME} - invalid scheduler name
+@code{@value{RPREFIX}INVALID_NAME} - invalid scheduler name@*
+@code{@value{RPREFIX}UNSATISFIED} - - a scheduler with this name exists, but
+the processor set of this scheduler is empty
@subheading DESCRIPTION: