summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-22 22:34:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-22 22:34:18 +0000
commitef006c1e3bb2b9d36a1d8f39deec403917029323 (patch)
treee4f8d5c36cb95cd789ef066e824e5789b9572ee9 /cpukit/score
parentThese files have been modified in the initial pass at getting the portion (diff)
downloadrtems-ef006c1e3bb2b9d36a1d8f39deec403917029323.tar.bz2
Modified to correct variables which defined the range of object classes
which are tasks.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index d70009c3c9..2d1588cf01 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -100,7 +100,7 @@ typedef enum {
#define OBJECTS_CLASSES_FIRST OBJECTS_NO_CLASS
#define OBJECTS_CLASSES_LAST OBJECTS_POSIX_CONDITION_VARIABLES
-#define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_MPCI_PACKETS
+#define OBJECTS_CLASSES_FIRST_THREAD_CLASS OBJECTS_INTERNAL_THREADS
#define OBJECTS_CLASSES_LAST_THREAD_CLASS OBJECTS_POSIX_THREADS
/*