summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-21 20:48:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-21 20:48:07 +0000
commit0e2f369c0ece1a2e0129799b2baf897eaae7fdaa (patch)
tree039e990277a52d85f2562bdbd7c26eaa22e5216d /cpukit
parent2009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de> (diff)
downloadrtems-0e2f369c0ece1a2e0129799b2baf897eaae7fdaa.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')
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/rtems/src/tasks.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 42b08b2d25..eddf855c90 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2009-01-05 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1351/cpukit
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 2ccacd677e..a85653758d 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -97,8 +97,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