change log for rtems (2010-06-17)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Jun 17 18:12:27 UTC 2010


 *joel*:
2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>

	* score/include/rtems/score/object.h,
	score/include/rtems/score/thread.h: Remove prototypes for ITRON
	only methods removed by Ralf.

M 1.2418  cpukit/ChangeLog
M   1.78  cpukit/score/include/rtems/score/object.h
M   1.91  cpukit/score/include/rtems/score/thread.h

diff -u rtems/cpukit/ChangeLog:1.2417 rtems/cpukit/ChangeLog:1.2418
--- rtems/cpukit/ChangeLog:1.2417	Thu Jun 17 10:36:50 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 12:20:51 2010
@@ -1,3 +1,9 @@
+2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* score/include/rtems/score/object.h,
+	score/include/rtems/score/thread.h: Remove prototypes for ITRON
+	only methods removed by Ralf.
+
 2010-06-17	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* itron/Makefile.am, itron/preinstall.am

diff -u rtems/cpukit/score/include/rtems/score/object.h:1.77 rtems/cpukit/score/include/rtems/score/object.h:1.78
--- rtems/cpukit/score/include/rtems/score/object.h:1.77	Thu Apr  8 05:13:46 2010
+++ rtems/cpukit/score/include/rtems/score/object.h	Thu Jun 17 12:20:54 2010
@@ -531,21 +531,6 @@
 );
 
 /**
- *  This function allocates the object control block
- *  specified by the index from the inactive chain of
- *  free object control blocks.
- *
- *  @param[in] information points to an object class information block.
- *  @param[in] the_index is the index of the object to allocate.
- *  @param[in] sizeof_control is the size of the object control block.
- */
-Objects_Control *_Objects_Allocate_by_index(
-  Objects_Information *information,
-  int                  the_index,
-  uint16_t             sizeof_control
-);
-
-/**
  *
  *  This function frees a object control block to the
  *  inactive chain of free object control blocks.
@@ -729,34 +714,6 @@
 );
 
 /**
- *  This function maps object index to object control blocks which must.
- *  be local.  The parameter the_object control pointer which maps to id
- *  and location is set to OBJECTS_LOCAL.  Otherwise, location is set to
-    OBJECTS_ERROR and the_object is undefined.
- *
- *  @param[in] information points to an object class information block.
- *  @param[in] id is the Id of the object whose name we are locating.
- *  @param[in] location will contain an indication of success or failure.
- *
- *  @return This method returns a pointer to the object associated with ID.
- *
- *  @return This method returns one of the values from the
- *          @ref Objects_Name_or_id_lookup_errors enumeration to indicate
- *          successful or failure.  On success @a id will contain the id of
- *          the requested object.
- *
- *  @note _Objects_Get returns with dispatching disabled for
- *  local and remote objects.  _Objects_Get_isr_disable returns with
- *  dispatching disabled for remote objects and interrupts for local
- *  objects.
- */
-Objects_Control *_Objects_Get_by_index (
-  Objects_Information *information,
-  Objects_Id           id,
-  Objects_Locations   *location
-);
-
-/**
  *  This function maps object ids to object control blocks.
  *  If id corresponds to a local object, then it returns
  *  the_object control pointer which maps to id and location

diff -u rtems/cpukit/score/include/rtems/score/thread.h:1.90 rtems/cpukit/score/include/rtems/score/thread.h:1.91
--- rtems/cpukit/score/include/rtems/score/thread.h:1.90	Wed Dec  2 12:15:16 2009
+++ rtems/cpukit/score/include/rtems/score/thread.h	Thu Jun 17 12:20:55 2010
@@ -698,15 +698,6 @@
 void _Thread_Yield_processor( void );
 
 /**
- *  This routine is invoked to rotate the ready queue for the
- *  given priority.  It can be used to yeild the processor
- *  by rotating the executing threads ready queue.
- */
-void _Thread_Rotate_Ready_Queue(
-  Priority_Control  priority
-);
-
-/**
  *  This routine initializes the context of the_thread to its
  *  appropriate starting state.
  */



--

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/20100617/d6491a45/attachment.html>


More information about the vc mailing list