summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-21 20:47:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-21 20:47:58 +0000
commit03f0885546cd067f01be23c611a2795b97ecacc0 (patch)
tree512808dd6f66f6268e0b5b3f203333dba30640f1 /cpukit/rtems/src/tasks.c
parent2009-01-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-03f0885546cd067f01be23c611a2795b97ecacc0.tar.bz2
2009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>
Joel Sherrill <joel.sherrill@oarcorp.com> PR 1357/cpukit * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
Diffstat (limited to 'cpukit/rtems/src/tasks.c')
-rw-r--r--cpukit/rtems/src/tasks.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index d8def6d75c..209e92b4e4 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -98,8 +98,6 @@ User_extensions_routine _RTEMS_tasks_Start_extension(
api = started->API_Extensions[ THREAD_API_RTEMS ];
api->pending_events = EVENT_SETS_NONE_PENDING;
-
- _ASR_Initialize( &api->Signal );
}
/*PAGE