summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-20 13:27:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-20 13:27:01 +0000
commit2c6a049139dd12284e26fdf7bd371bb55c54eb59 (patch)
tree056ba11372582280a6de45b5ef6aa22a3a23f54c
parentchanged version to ss-20000919 (diff)
downloadrtems-2c6a049139dd12284e26fdf7bd371bb55c54eb59.tar.bz2
2000-09-20 Joel Sherrill <joel@OARcorp.com>
* src/objectgetbyindex.c: Do not enable dispatching on an error path it was not disabled on.
-rw-r--r--c/src/exec/score/ChangeLog5
-rw-r--r--c/src/exec/score/src/objectgetbyindex.c1
-rw-r--r--cpukit/score/ChangeLog5
-rw-r--r--cpukit/score/src/objectgetbyindex.c1
4 files changed, 10 insertions, 2 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index f3f482ce18..d1f4e7fdb1 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,4 +1,9 @@
+2000-09-20 Joel Sherrill <joel@OARcorp.com>
+
+ * src/objectgetbyindex.c: Do not enable dispatching on an
+ error path it was not disabled on.
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Include compile.am.
diff --git a/c/src/exec/score/src/objectgetbyindex.c b/c/src/exec/score/src/objectgetbyindex.c
index 7c7c89c2af..c99e0bc7ed 100644
--- a/c/src/exec/score/src/objectgetbyindex.c
+++ b/c/src/exec/score/src/objectgetbyindex.c
@@ -68,7 +68,6 @@ Objects_Control *_Objects_Get_by_index(
* With just an index, you can't access a remote object.
*/
- _Thread_Enable_dispatch();
*location = OBJECTS_ERROR;
return NULL;
}
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index f3f482ce18..d1f4e7fdb1 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,4 +1,9 @@
+2000-09-20 Joel Sherrill <joel@OARcorp.com>
+
+ * src/objectgetbyindex.c: Do not enable dispatching on an
+ error path it was not disabled on.
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Include compile.am.
diff --git a/cpukit/score/src/objectgetbyindex.c b/cpukit/score/src/objectgetbyindex.c
index 7c7c89c2af..c99e0bc7ed 100644
--- a/cpukit/score/src/objectgetbyindex.c
+++ b/cpukit/score/src/objectgetbyindex.c
@@ -68,7 +68,6 @@ Objects_Control *_Objects_Get_by_index(
* With just an index, you can't access a remote object.
*/
- _Thread_Enable_dispatch();
*location = OBJECTS_ERROR;
return NULL;
}