From e239760f6a6a5e31331487548d56c4a7581ed7cc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 29 Apr 2014 16:09:35 +0200 Subject: score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS Avoid the SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS fatal error and make it a run-time error in rtems_scheduler_ident() and _Scheduler_Get_by_id(). --- doc/user/smp.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/user/smp.t') 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: -- cgit v1.2.3