change log for rtems (2010-06-18)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Jun 18 05:12:48 UTC 2010


 *ralf*:
2010-06-18	Ralf Corsépius <ralf.corsepius at rtems.org>

	* score/include/rtems/score/thread.h: Remove ITRON.

M 1.2435  cpukit/ChangeLog
M   1.93  cpukit/score/include/rtems/score/thread.h

diff -u rtems/cpukit/ChangeLog:1.2434 rtems/cpukit/ChangeLog:1.2435
--- rtems/cpukit/ChangeLog:1.2434	Thu Jun 17 23:08:46 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 23:20:06 2010
@@ -1,5 +1,6 @@
 2010-06-18	Ralf Corsépius <ralf.corsepius at 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 -u rtems/cpukit/score/include/rtems/score/thread.h:1.92 rtems/cpukit/score/include/rtems/score/thread.h:1.93
--- rtems/cpukit/score/include/rtems/score/thread.h:1.92	Thu Jun 17 21:56:26 2010
+++ rtems/cpukit/score/include/rtems/score/thread.h	Thu Jun 17 23:20:06 2010
@@ -319,16 +319,14 @@
   /** 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).


 *ralf*:
2010-06-18	Ralf Corsépius <ralf.corsepius at rtems.org>

	* score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.

M 1.2436  cpukit/ChangeLog
M   1.80  cpukit/score/include/rtems/score/object.h

diff -u rtems/cpukit/ChangeLog:1.2435 rtems/cpukit/ChangeLog:1.2436
--- rtems/cpukit/ChangeLog:1.2435	Thu Jun 17 23:20:06 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 23:21:19 2010
@@ -1,5 +1,6 @@
 2010-06-18	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
 	* score/include/rtems/score/thread.h: Remove ITRON.
 	* score/include/rtems/score/interr.h: Remove ITRON.
 	* rtems/mainpage.h: Remove comment referring to ITRON.

diff -u rtems/cpukit/score/include/rtems/score/object.h:1.79 rtems/cpukit/score/include/rtems/score/object.h:1.80
--- rtems/cpukit/score/include/rtems/score/object.h:1.79	Thu Jun 17 22:58:21 2010
+++ rtems/cpukit/score/include/rtems/score/object.h	Thu Jun 17 23:21:19 2010
@@ -222,12 +222,11 @@
   OBJECTS_NO_API       = 0,
   OBJECTS_INTERNAL_API = 1,
   OBJECTS_CLASSIC_API  = 2,
-  OBJECTS_POSIX_API    = 3,
-  OBJECTS_ITRON_API    = 4
+  OBJECTS_POSIX_API    = 3
 } Objects_APIs;
 
 /** This macro is used to generically specify the last API index. */
-#define OBJECTS_APIS_LAST OBJECTS_ITRON_API
+#define OBJECTS_APIS_LAST OBJECTS_POSIX_API
 
 /**
  *  This enumerated type is used in the class field of the object ID


 *ralf*:
2010-06-18	Ralf Corsépius <ralf.corsepius at rtems.org>

	* rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.

M 1.2437  cpukit/ChangeLog
M    1.3  cpukit/rtems/src/rtemsobjectidapimaximum.c

diff -u rtems/cpukit/ChangeLog:1.2436 rtems/cpukit/ChangeLog:1.2437
--- rtems/cpukit/ChangeLog:1.2436	Thu Jun 17 23:21:19 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 23:22:23 2010
@@ -1,5 +1,6 @@
 2010-06-18	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.
 	* score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
 	* score/include/rtems/score/thread.h: Remove ITRON.
 	* score/include/rtems/score/interr.h: Remove ITRON.

diff -u rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.2 rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.3
--- rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.2	Mon Nov 23 08:53:04 2009
+++ rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c	Thu Jun 17 23:22:24 2010
@@ -22,5 +22,5 @@
 #undef rtems_object_id_api_maximum
 int rtems_object_id_api_maximum(void)
 {
-  return OBJECTS_ITRON_API;
+  return OBJECTS_APIS_LAST;
 }



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100618/835e7c13/attachment.html>


More information about the vc mailing list