summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskissuspended.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/taskissuspended.c')
-rw-r--r--cpukit/rtems/src/taskissuspended.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/rtems/src/taskissuspended.c b/cpukit/rtems/src/taskissuspended.c
index a60d23af71..b682a5786f 100644
--- a/cpukit/rtems/src/taskissuspended.c
+++ b/cpukit/rtems/src/taskissuspended.c
@@ -2,7 +2,7 @@
* RTEMS Task Manager
*
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -58,9 +58,8 @@ rtems_status_code rtems_task_is_suspended(
the_thread = _Thread_Get( id, &location );
switch ( location ) {
- case OBJECTS_REMOTE:
-
#if defined(RTEMS_MULTIPROCESSING)
+ case OBJECTS_REMOTE:
_Thread_Dispatch();
return RTEMS_ILLEGAL_ON_REMOTE_OBJECT;
#endif