<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-17)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>

        * score/include/rtems/score/object.h,
        score/include/rtems/score/thread.h: Remove prototypes for ITRON
        only methods removed by Ralf.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2417&r2=text&tr2=1.2418&diff_format=h">M</a></td><td width='1%'>1.2418</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/object.h.diff?r1=text&tr1=1.77&r2=text&tr2=1.78&diff_format=h">M</a></td><td width='1%'>1.78</td><td width='100%'>cpukit/score/include/rtems/score/object.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/thread.h.diff?r1=text&tr1=1.90&r2=text&tr2=1.91&diff_format=h">M</a></td><td width='1%'>1.91</td><td width='100%'>cpukit/score/include/rtems/score/thread.h</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-17    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * score/include/rtems/score/object.h,
+       score/include/rtems/score/thread.h: Remove prototypes for ITRON
+       only methods removed by Ralf.
+
</font> 2010-06-17        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * itron/Makefile.am, itron/preinstall.am

<font color='#006600'>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
</font><font color='#997700'>@@ -531,21 +531,6 @@
</font> );
 
 /**
<font color='#880000'>- *  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
-);
-
-/**
</font>  *
  *  This function frees a object control block to the
  *  inactive chain of free object control blocks.
<font color='#997700'>@@ -729,34 +714,6 @@
</font> );
 
 /**
<font color='#880000'>- *  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
-);
-
-/**
</font>  *  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

<font color='#006600'>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
</font><font color='#997700'>@@ -698,15 +698,6 @@
</font> void _Thread_Yield_processor( void );
 
 /**
<font color='#880000'>- *  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
-);
-
-/**
</font>  *  This routine initializes the context of the_thread to its
  *  appropriate starting state.
  */
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>