<!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-12-09)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>

        * posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
</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.3081&r2=text&tr2=1.3082&diff_format=h">M</a></td><td width='1%'>1.3082</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/sigtimedwait.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&diff_format=h">M</a></td><td width='1%'>1.19</td><td width='100%'>cpukit/posix/src/sigtimedwait.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.3081 rtems/cpukit/ChangeLog:1.3082
--- rtems/cpukit/ChangeLog:1.3081       Fri Dec  9 12:21:16 2011
+++ rtems/cpukit/ChangeLog      Fri Dec  9 21:56:15 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-12-10    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
+
</font> 2011-12-09        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1985/cpukit

<font color='#006600'>diff -u rtems/cpukit/posix/src/sigtimedwait.c:1.18 rtems/cpukit/posix/src/sigtimedwait.c:1.19
--- rtems/cpukit/posix/src/sigtimedwait.c:1.18  Tue Jul 27 11:34:26 2010
+++ rtems/cpukit/posix/src/sigtimedwait.c       Fri Dec  9 21:56:16 2011
</font><font color='#997700'>@@ -26,7 +26,7 @@
</font> #include <rtems/posix/time.h>
 #include <rtems/score/isr.h>
 
<font color='#880000'>-int _POSIX_signals_Get_lowest(
</font><font color='#000088'>+static int _POSIX_signals_Get_lowest(
</font>   sigset_t   set
 )
 {
</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>

        PR 1986/libcpu
        * rtems/include/rtems/rtems/cache.h:
        Add rtems_cache_aligned_malloc decl.
</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.3082&r2=text&tr2=1.3083&diff_format=h">M</a></td><td width='1%'>1.3083</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/include/rtems/rtems/cache.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>cpukit/rtems/include/rtems/rtems/cache.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.3082 rtems/cpukit/ChangeLog:1.3083
--- rtems/cpukit/ChangeLog:1.3082       Fri Dec  9 21:56:15 2011
+++ rtems/cpukit/ChangeLog      Fri Dec  9 22:00:30 2011
</font><font color='#997700'>@@ -1,5 +1,11 @@
</font> 2011-12-10        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   PR 1986/libcpu
+       * rtems/include/rtems/rtems/cache.h:<span style="background-color: #FF0000"> </span>
+       Add rtems_cache_aligned_malloc decl.
+
+2011-12-10     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
 
 2011-12-09     Joel Sherrill <joel.sherrill@oarcorp.com>

<font color='#006600'>diff -u rtems/cpukit/rtems/include/rtems/rtems/cache.h:1.11 rtems/cpukit/rtems/include/rtems/rtems/cache.h:1.12
--- rtems/cpukit/rtems/include/rtems/rtems/cache.h:1.11 Wed Aug  5 13:17:12 2009
+++ rtems/cpukit/rtems/include/rtems/rtems/cache.h      Fri Dec  9 22:00:32 2011
</font><font color='#997700'>@@ -147,7 +147,12 @@
</font>  */
 void rtems_cache_disable_instruction( void );
 
<font color='#880000'>-
</font><font color='#000088'>+/**
+ *  This function is used to allocate storage that spans an
+ *  integral number of cache blocks.
+ */
+void *rtems_cache_aligned_malloc ( size_t nbytes );
+<span style="background-color: #FF0000">  </span>
</font> #ifdef __cplusplus
 }
 #endif
</pre>
<p> </p>
<a name='cs3'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>

        PR 1986/libcpu
        * shared/src/cache_aligned_malloc.c:
        Include <rtems/rtems/cache.h>.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/ChangeLog.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&diff_format=h">M</a></td><td width='1%'>1.34</td><td width='100%'>c/src/lib/libcpu/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c.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%'>c/src/lib/libcpu/shared/src/cache_aligned_malloc.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/ChangeLog:1.33 rtems/c/src/lib/libcpu/ChangeLog:1.34
--- rtems/c/src/lib/libcpu/ChangeLog:1.33       Sat Jun 18 02:18:28 2011
+++ rtems/c/src/lib/libcpu/ChangeLog    Fri Dec  9 22:03:50 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-12-10    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       PR 1986/libcpu
+       * shared/src/cache_aligned_malloc.c:
+       Include <rtems/rtems/cache.h>.
+
</font> 2011-06-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Remove reference to non-existing file

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c:1.5 rtems/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c:1.6
--- rtems/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c:1.5        Thu Apr 15 08:33:58 2004
+++ rtems/c/src/lib/libcpu/shared/src/cache_aligned_malloc.c    Fri Dec  9 22:03:50 2011
</font><font color='#997700'>@@ -12,9 +12,11 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#include <stdlib.h>
+
</font> #include <rtems.h>
 #include <cache_.h>
<font color='#880000'>-#include <stdlib.h>
</font><font color='#000088'>+#include <rtems/rtems/cache.h>
</font> 
 /*
  *  rtems_cache_aligned_malloc
</pre>
<p> </p>
<a name='cs4'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>

        * shared/interrupts/vectorexceptions.c: Make
        mips_dump_exception_frame, mips_default_exception_code_handler
        static.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/ChangeLog.diff?r1=text&tr1=1.103&r2=text&tr2=1.104&diff_format=h">M</a></td><td width='1%'>1.104</td><td width='100%'>c/src/lib/libcpu/mips/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/shared/interrupts/vectorexceptions.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>c/src/lib/libcpu/mips/shared/interrupts/vectorexceptions.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/ChangeLog:1.103 rtems/c/src/lib/libcpu/mips/ChangeLog:1.104
--- rtems/c/src/lib/libcpu/mips/ChangeLog:1.103 Tue Oct 18 13:39:05 2011
+++ rtems/c/src/lib/libcpu/mips/ChangeLog       Fri Dec  9 22:07:46 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-12-10    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * shared/interrupts/vectorexceptions.c: Make<span style="background-color: #FF0000"> </span>
+       mips_dump_exception_frame, mips_default_exception_code_handler
+       static.
+
</font> 2011-10-18        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        PR 1917/bsps

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/shared/interrupts/vectorexceptions.c:1.14 rtems/c/src/lib/libcpu/mips/shared/interrupts/vectorexceptions.c:1.15
--- rtems/c/src/lib/libcpu/mips/shared/interrupts/vectorexceptions.c:1.14       Thu Jun  8 12:59:46 2006
+++ rtems/c/src/lib/libcpu/mips/shared/interrupts/vectorexceptions.c    Fri Dec  9 22:07:46 2011
</font><font color='#997700'>@@ -67,7 +67,7 @@
</font>   { R_EPC,"R_EPC"}, { -1, NULL }
 };
 
<font color='#880000'>-void mips_dump_exception_frame( CPU_Interrupt_frame *frame )
</font><font color='#000088'>+static void mips_dump_exception_frame( CPU_Interrupt_frame *frame )
</font> {
   uint32_t *frame_u32;
   int   i, j;
<font color='#997700'>@@ -87,7 +87,7 @@
</font>   printk( "\n" );
 }
 
<font color='#880000'>-void mips_default_exception_code_handler( int exc, CPU_Interrupt_frame *frame )
</font><font color='#000088'>+static void mips_default_exception_code_handler( int exc, CPU_Interrupt_frame *frame )
</font> {
   uint32_t sr;
   uint32_t cause;
</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>