<!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 (2011-04-18)</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>2011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * rtems/score/sparc.h: Remove warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/sparc/ChangeLog.diff?r1=text&tr1=1.101&r2=text&tr2=1.102&diff_format=h">M</a></td><td width='1%'>1.102</td><td width='100%'>cpukit/score/cpu/sparc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/sparc/rtems/score/sparc.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&diff_format=h">M</a></td><td width='1%'>1.16</td><td width='100%'>cpukit/score/cpu/sparc/rtems/score/sparc.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/sparc/ChangeLog:1.101 rtems/cpukit/score/cpu/sparc/ChangeLog:1.102
--- rtems/cpukit/score/cpu/sparc/ChangeLog:1.101        Fri Feb 11 02:52:39 2011
+++ rtems/cpukit/score/cpu/sparc/ChangeLog      Mon Apr 18 17:01:39 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-18    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * rtems/score/sparc.h: Remove warnings.
+
</font> 2011-02-11        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * rtems/score/cpu.h, rtems/score/sparc.h:

<font color='#006600'>diff -u rtems/cpukit/score/cpu/sparc/rtems/score/sparc.h:1.15 rtems/cpukit/score/cpu/sparc/rtems/score/sparc.h:1.16
--- rtems/cpukit/score/cpu/sparc/rtems/score/sparc.h:1.15       Fri Feb 11 02:52:39 2011
+++ rtems/cpukit/score/cpu/sparc/rtems/score/sparc.h    Mon Apr 18 17:01:39 2011
</font><font color='#997700'>@@ -212,10 +212,8 @@
</font> 
 #define sparc_flash_interrupts( _level ) \
   do { \
<font color='#880000'>-    register uint32_t   _ignored = 0; \
-    \
</font>     sparc_enable_interrupts( (_level) ); \
<font color='#880000'>-    _ignored = sparc_disable_interrupts(); \
</font><font color='#000088'>+    _level = sparc_disable_interrupts(); \
</font>   } while ( 0 )
 
 #define sparc_get_interrupt_level( _level ) \
</pre>
<p> </p>
<a name='cs2'></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>2011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * posix/src/mqueuegetattr.c,
        score/inline/rtems/score/schedulerpriority.inl: Remove warnings.
</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.2801&r2=text&tr2=1.2802&diff_format=h">M</a></td><td width='1%'>1.2802</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/src/mqueuegetattr.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>cpukit/posix/src/mqueuegetattr.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/inline/rtems/score/schedulerpriority.inl.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/score/inline/rtems/score/schedulerpriority.inl</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2801 rtems/cpukit/ChangeLog:1.2802
--- rtems/cpukit/ChangeLog:1.2801       Fri Apr 15 23:40:11 2011
+++ rtems/cpukit/ChangeLog      Mon Apr 18 17:01:46 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-04-18    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * posix/src/mqueuegetattr.c,
+       score/inline/rtems/score/schedulerpriority.inl: Remove warnings.
+
</font> 2011-04-16        Chris Johns <chrisj@rtems.org>
 
        PR 1774/filesystem

<font color='#006600'>diff -u rtems/cpukit/posix/src/mqueuegetattr.c:1.12 rtems/cpukit/posix/src/mqueuegetattr.c:1.13
--- rtems/cpukit/posix/src/mqueuegetattr.c:1.12 Mon Dec 17 10:19:14 2007
+++ rtems/cpukit/posix/src/mqueuegetattr.c      Mon Apr 18 17:01:47 2011
</font><font color='#997700'>@@ -11,7 +11,7 @@
</font>  *         This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open
  *         time.
  *
<font color='#880000'>- *  COPYRIGHT (c) 1989-2007.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2011.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -52,7 +52,6 @@
</font>   POSIX_Message_queue_Control          *the_mq;
   POSIX_Message_queue_Control_fd       *the_mq_fd;
   Objects_Locations                     location;
<font color='#880000'>-  CORE_message_queue_Attributes        *the_mq_attr;
</font> 
   if ( !mqstat )
     rtems_set_errno_and_return_minus_one( EINVAL );
<font color='#997700'>@@ -66,9 +65,6 @@
</font>       /*
        *  Return the old values.
        */
<font color='#880000'>-
-      the_mq_attr = &the_mq->Message_queue.Attributes;
-
</font>       mqstat->mq_flags   = the_mq_fd->oflag;
       mqstat->mq_msgsize = the_mq->Message_queue.maximum_message_size;
       mqstat->mq_maxmsg  = the_mq->Message_queue.maximum_pending_messages;

<font color='#006600'>diff -u rtems/cpukit/score/inline/rtems/score/schedulerpriority.inl:1.5 rtems/cpukit/score/inline/rtems/score/schedulerpriority.inl:1.6
--- rtems/cpukit/score/inline/rtems/score/schedulerpriority.inl:1.5     Fri Feb 18 09:12:43 2011
+++ rtems/cpukit/score/inline/rtems/score/schedulerpriority.inl Mon Apr 18 17:01:47 2011
</font><font color='#997700'>@@ -86,10 +86,8 @@
</font> )
 {
   Scheduler_priority_Per_thread *sched_info;
<font color='#880000'>-  Chain_Control                 *ready;
</font> 
   sched_info = (Scheduler_priority_Per_thread *) the_thread->scheduler_info;
<font color='#880000'>-  ready      = sched_info->ready_chain;
</font> 
   _Priority_bit_map_Add( &sched_info->Priority_map );
 
<font color='#997700'>@@ -159,10 +157,8 @@
</font> )
 {
   Scheduler_priority_Per_thread *sched_info;
<font color='#880000'>-  Chain_Control                 *ready;
</font> 
   sched_info = (Scheduler_priority_Per_thread *) the_thread->scheduler_info;
<font color='#880000'>-  ready      = sched_info->ready_chain;
</font> 
   if ( !_Chain_Has_only_one_node( sched_info->ready_chain ) ) {
     _Chain_Extract_unprotected( &the_thread->Object.Node );
</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>