summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:20:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:20:06 +0000
commitf0caa057faaf36894c998b786ea9bd7e97a5cc3a (patch)
tree2e8aef5d00497d9f6ac6ba29b058989b737706cb /cpukit
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f0caa057faaf36894c998b786ea9bd7e97a5cc3a.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/thread.h: Remove ITRON.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/score/include/rtems/score/thread.h6
2 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 316e1cab1f..986b317ceb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * score/include/rtems/score/thread.h: Remove ITRON.
* score/include/rtems/score/interr.h: Remove ITRON.
* rtems/mainpage.h: Remove comment referring to ITRON.
* rtems/src/rtemsobjectgetapiname.c: Remove ITRON.
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index c38a445d98..e3a40caf36 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -319,16 +319,14 @@ typedef enum {
/** This value is for the Classic RTEMS API. */
THREAD_API_RTEMS,
/** This value is for the POSIX API. */
- THREAD_API_POSIX,
- /** This value is for the ITRON API. */
- THREAD_API_ITRON
+ THREAD_API_POSIX
} Thread_APIs;
/** This macro defines the first API which has threads. */
#define THREAD_API_FIRST THREAD_API_RTEMS
/** This macro defines the last API which has threads. */
-#define THREAD_API_LAST THREAD_API_ITRON
+#define THREAD_API_LAST THREAD_API_POSIX
/**
* This structure defines the Thread Control Block (TCB).