<!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-07-01)</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-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>

        * rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to
        assembly programs. This resulted in percpu.h (when included from
        assembly) not being able to detect that the MIPS does not have a
        dedicated software managed interrupt stack.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/mips/ChangeLog.diff?r1=text&tr1=1.139&r2=text&tr2=1.140&diff_format=h">M</a></td><td width='1%'>1.140</td><td width='100%'>cpukit/score/cpu/mips/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/mips/rtems/asm.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&diff_format=h">M</a></td><td width='1%'>1.20</td><td width='100%'>cpukit/score/cpu/mips/rtems/asm.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/mips/rtems/score/cpu.h.diff?r1=text&tr1=1.57&r2=text&tr2=1.58&diff_format=h">M</a></td><td width='1%'>1.58</td><td width='100%'>cpukit/score/cpu/mips/rtems/score/cpu.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/mips/ChangeLog:1.139 rtems/cpukit/score/cpu/mips/ChangeLog:1.140
--- rtems/cpukit/score/cpu/mips/ChangeLog:1.139 Mon Jun 28 19:31:43 2010
+++ rtems/cpukit/score/cpu/mips/ChangeLog       Thu Jul  1 14:43:28 2010
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2010-07-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to
+       assembly programs. This resulted in percpu.h (when included from
+       assembly) not being able to detect that the MIPS does not have a
+       dedicated software managed interrupt stack.
+
</font> 2010-06-28        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1573/cpukit

<font color='#006600'>diff -u rtems/cpukit/score/cpu/mips/rtems/asm.h:1.19 rtems/cpukit/score/cpu/mips/rtems/asm.h:1.20
--- rtems/cpukit/score/cpu/mips/rtems/asm.h:1.19        Thu Oct 27 02:28:36 2005
+++ rtems/cpukit/score/cpu/mips/rtems/asm.h     Thu Jul  1 14:43:29 2010
</font><font color='#997700'>@@ -36,6 +36,7 @@
</font> #ifndef ASM
 #define ASM
 #endif
<font color='#000088'>+#include <rtems/system.h>
</font> #include <rtems/score/cpuopts.h>
 #include <rtems/score/mips.h>
 

<font color='#006600'>diff -u rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.57 rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.58
--- rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.57  Mon Jun 28 19:31:44 2010
+++ rtems/cpukit/score/cpu/mips/rtems/score/cpu.h       Thu Jul  1 14:43:29 2010
</font><font color='#997700'>@@ -387,7 +387,7 @@
</font>  *  a debugger such as gdb.  But that is another problem.
  */
 
<font color='#880000'>-#ifndef ASSEMBLY_ONLY
</font><font color='#000088'>+#ifndef ASM
</font> 
 /* WARNING: If this structure is modified, the constants in cpu.h must be updated. */
 #if (__mips == 1) || (__mips == 32)
</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>