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

        * cpu.c, cpu_asm.S, rtems/score/cpu.h: Remove /*PAGE markers which were
        interpreted by a long dead print script.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/avr/ChangeLog.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/avr/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/avr/cpu.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&diff_format=h">M</a></td><td width='1%'>1.18</td><td width='100%'>cpukit/score/cpu/avr/cpu.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/avr/cpu_asm.S.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/score/cpu/avr/cpu_asm.S</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/avr/rtems/score/cpu.h.diff?r1=text&tr1=1.32&r2=text&tr2=1.33&diff_format=h">M</a></td><td width='1%'>1.33</td><td width='100%'>cpukit/score/cpu/avr/rtems/score/cpu.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/avr/ChangeLog:1.57 rtems/cpukit/score/cpu/avr/ChangeLog:1.58
--- rtems/cpukit/score/cpu/avr/ChangeLog:1.57   Wed May 18 08:00:37 2011
+++ rtems/cpukit/score/cpu/avr/ChangeLog        Sun Jul 24 17:48:36 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c, cpu_asm.S, rtems/score/cpu.h: Remove /*PAGE markers which were
+       interpreted by a long dead print script.
+
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/avr/cpu.c:1.17 rtems/cpukit/score/cpu/avr/cpu.c:1.18
--- rtems/cpukit/score/cpu/avr/cpu.c:1.17       Fri Feb 11 03:09:21 2011
+++ rtems/cpukit/score/cpu/avr/cpu.c    Sun Jul 24 17:48:36 2011
</font><font color='#997700'>@@ -45,8 +45,7 @@
</font>   /* FP context initialization support goes here */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_Get_level
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -64,8 +63,7 @@
</font> 
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_raw_handler
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -85,8 +83,7 @@
</font>    */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
<font color='#997700'>@@ -129,8 +126,7 @@
</font>     _ISR_Vector_table[ vector ] = new_handler;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Install_interrupt_stack
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -142,8 +138,7 @@
</font> {
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Thread_Idle_body
  *
  *  NOTES:

<font color='#006600'>diff -u rtems/cpukit/score/cpu/avr/cpu_asm.S:1.11 rtems/cpukit/score/cpu/avr/cpu_asm.S:1.12
--- rtems/cpukit/score/cpu/avr/cpu_asm.S:1.11   Fri Jul 30 13:52:03 2010
+++ rtems/cpukit/score/cpu/avr/cpu_asm.S        Sun Jul 24 17:48:36 2011
</font><font color='#997700'>@@ -306,8 +306,7 @@
</font> 
 
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Context_Initialize
  *
  *  This kernel routine initializes the basic non-FP context area associated

<font color='#006600'>diff -u rtems/cpukit/score/cpu/avr/rtems/score/cpu.h:1.32 rtems/cpukit/score/cpu/avr/rtems/score/cpu.h:1.33
--- rtems/cpukit/score/cpu/avr/rtems/score/cpu.h:1.32   Fri Feb 11 03:09:21 2011
+++ rtems/cpukit/score/cpu/avr/rtems/score/cpu.h        Sun Jul 24 17:48:36 2011
</font><font color='#997700'>@@ -930,8 +930,7 @@
</font>           unsigned short stack_add,
                unsigned short entry_point);
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Context_Initialize
  *
  *  This kernel routine initializes the basic non-FP context area associated
</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-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>

        * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
        print script.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/bfin/ChangeLog.diff?r1=text&tr1=1.44&r2=text&tr2=1.45&diff_format=h">M</a></td><td width='1%'>1.45</td><td width='100%'>cpukit/score/cpu/bfin/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/bfin/cpu.c.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/bfin/cpu.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/h8300/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/h8300/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/h8300/cpu.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/score/cpu/h8300/cpu.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/lm32/ChangeLog.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>cpukit/score/cpu/lm32/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/lm32/cpu.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&diff_format=h">M</a></td><td width='1%'>1.9</td><td width='100%'>cpukit/score/cpu/lm32/cpu.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m32c/ChangeLog.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/score/cpu/m32c/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m32c/cpu.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>cpukit/score/cpu/m32c/cpu.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m32r/ChangeLog.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/score/cpu/m32r/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m32r/cpu.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%'>cpukit/score/cpu/m32r/cpu.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/bfin/ChangeLog:1.44 rtems/cpukit/score/cpu/bfin/ChangeLog:1.45
--- rtems/cpukit/score/cpu/bfin/ChangeLog:1.44  Wed May 18 05:13:31 2011
+++ rtems/cpukit/score/cpu/bfin/ChangeLog       Sun Jul 24 17:49:03 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+       print script.
+
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/bfin/cpu.c:1.15 rtems/cpukit/score/cpu/bfin/cpu.c:1.16
--- rtems/cpukit/score/cpu/bfin/cpu.c:1.15      Sat Apr 17 14:24:16 2010
+++ rtems/cpukit/score/cpu/bfin/cpu.c   Sun Jul 24 17:49:03 2011
</font><font color='#997700'>@@ -75,8 +75,7 @@
</font> 
 
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_Get_level
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -99,8 +98,7 @@
</font>     return (_tmpimask & 0xffe0) ? 0 : 1;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_raw_handler
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -128,8 +126,7 @@
</font> 
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
<font color='#997700'>@@ -200,8 +197,7 @@
</font> 
 
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Install_interrupt_stack
  *
  *  NO_CPU Specific Information:

<font color='#006600'>diff -u rtems/cpukit/score/cpu/h8300/ChangeLog:1.101 rtems/cpukit/score/cpu/h8300/ChangeLog:1.102
--- rtems/cpukit/score/cpu/h8300/ChangeLog:1.101        Wed May 18 07:58:41 2011
+++ rtems/cpukit/score/cpu/h8300/ChangeLog      Sun Jul 24 17:49:25 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+       print script.
+
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/h8300/cpu.c:1.12 rtems/cpukit/score/cpu/h8300/cpu.c:1.13
--- rtems/cpukit/score/cpu/h8300/cpu.c:1.12     Fri Feb 11 03:13:08 2011
+++ rtems/cpukit/score/cpu/h8300/cpu.c  Sun Jul 24 17:49:25 2011
</font><font color='#997700'>@@ -39,8 +39,7 @@
</font>   /* FP context initialization support goes here */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_Get_level
  *
  *  This routine returns the current interrupt level.
<font color='#997700'>@@ -61,8 +60,7 @@
</font>   return 0;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_raw_handler
  */
 
<font color='#997700'>@@ -80,8 +78,7 @@
</font>   H8BD_Install_IRQ(vector,new_handler,old_handler);
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
<font color='#997700'>@@ -120,8 +117,7 @@
</font>     _ISR_Vector_table[ vector ] = new_handler;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Install_interrupt_stack
  */
 
<font color='#997700'>@@ -129,8 +125,7 @@
</font> {
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Thread_Idle_body
  *
  *  NOTES:

<font color='#006600'>diff -u rtems/cpukit/score/cpu/lm32/ChangeLog:1.21 rtems/cpukit/score/cpu/lm32/ChangeLog:1.22
--- rtems/cpukit/score/cpu/lm32/ChangeLog:1.21  Wed May 18 07:59:44 2011
+++ rtems/cpukit/score/cpu/lm32/ChangeLog       Sun Jul 24 17:50:17 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+       print script.
+
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/lm32/cpu.c:1.8 rtems/cpukit/score/cpu/lm32/cpu.c:1.9
--- rtems/cpukit/score/cpu/lm32/cpu.c:1.8       Fri Feb 11 02:57:36 2011
+++ rtems/cpukit/score/cpu/lm32/cpu.c   Sun Jul 24 17:50:17 2011
</font><font color='#997700'>@@ -46,8 +46,7 @@
</font>   /* FP context initialization support goes here */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_Get_level
  *
  *  LM32 Specific Information:
<font color='#997700'>@@ -64,8 +63,7 @@
</font>   return 0;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_raw_handler
  *
  *  LM32 Specific Information:
<font color='#997700'>@@ -85,8 +83,7 @@
</font>    */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
<font color='#997700'>@@ -129,8 +126,7 @@
</font>     _ISR_Vector_table[ vector ] = new_handler;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Install_interrupt_stack
  *
  *  LM32 Specific Information:
<font color='#997700'>@@ -142,8 +138,7 @@
</font> {
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Thread_Idle_body
  *
  *  NOTES:

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m32c/ChangeLog:1.18 rtems/cpukit/score/cpu/m32c/ChangeLog:1.19
--- rtems/cpukit/score/cpu/m32c/ChangeLog:1.18  Wed May 18 07:57:58 2011
+++ rtems/cpukit/score/cpu/m32c/ChangeLog       Sun Jul 24 17:50:43 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+       print script.
+
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m32c/cpu.c:1.9 rtems/cpukit/score/cpu/m32c/cpu.c:1.10
--- rtems/cpukit/score/cpu/m32c/cpu.c:1.9       Fri Feb 11 03:20:50 2011
+++ rtems/cpukit/score/cpu/m32c/cpu.c   Sun Jul 24 17:50:43 2011
</font><font color='#997700'>@@ -53,8 +53,7 @@
</font>   return ((flag & 0x40) ? 0 : 1);
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_raw_handler
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -79,8 +78,7 @@
</font> #endif
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
<font color='#997700'>@@ -123,8 +121,7 @@
</font>     _ISR_Vector_table[ vector ] = new_handler;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Install_interrupt_stack
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -136,8 +133,7 @@
</font> {
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Thread_Idle_body
  *
  *  NOTES:

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m32r/ChangeLog:1.12 rtems/cpukit/score/cpu/m32r/ChangeLog:1.13
--- rtems/cpukit/score/cpu/m32r/ChangeLog:1.12  Tue May 17 10:40:37 2011
+++ rtems/cpukit/score/cpu/m32r/ChangeLog       Sun Jul 24 17:51:09 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+       print script.
+
</font> 2011-05-17        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m32r/cpu.c:1.5 rtems/cpukit/score/cpu/m32r/cpu.c:1.6
--- rtems/cpukit/score/cpu/m32r/cpu.c:1.5       Sat Mar 27 10:02:02 2010
+++ rtems/cpukit/score/cpu/m32r/cpu.c   Sun Jul 24 17:51:09 2011
</font><font color='#997700'>@@ -46,8 +46,7 @@
</font>   return 0;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_raw_handler
  *
  *  NO_CPU Specific Information:
<font color='#997700'>@@ -68,8 +67,7 @@
</font>   /* _set_var_vect(new_handler,vector); */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
<font color='#997700'>@@ -112,8 +110,7 @@
</font>     _ISR_Vector_table[ vector ] = new_handler;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Install_interrupt_stack
  *
  *  NO_CPU Specific Information:
</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>

        * cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a
        long dead print script.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/i386/ChangeLog.diff?r1=text&tr1=1.104&r2=text&tr2=1.105&diff_format=h">M</a></td><td width='1%'>1.105</td><td width='100%'>cpukit/score/cpu/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/i386/cpu.c.diff?r1=text&tr1=1.48&r2=text&tr2=1.49&diff_format=h">M</a></td><td width='1%'>1.49</td><td width='100%'>cpukit/score/cpu/i386/cpu.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/i386/cpu_asm.S.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/score/cpu/i386/cpu_asm.S</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m68k/ChangeLog.diff?r1=text&tr1=1.127&r2=text&tr2=1.128&diff_format=h">M</a></td><td width='1%'>1.128</td><td width='100%'>cpukit/score/cpu/m68k/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m68k/cpu.c.diff?r1=text&tr1=1.36&r2=text&tr2=1.37&diff_format=h">M</a></td><td width='1%'>1.37</td><td width='100%'>cpukit/score/cpu/m68k/cpu.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m68k/cpu_asm.S.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/m68k/cpu_asm.S</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/i386/ChangeLog:1.104 rtems/cpukit/score/cpu/i386/ChangeLog:1.105
--- rtems/cpukit/score/cpu/i386/ChangeLog:1.104 Wed May 18 07:59:16 2011
+++ rtems/cpukit/score/cpu/i386/ChangeLog       Sun Jul 24 17:49:53 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a
+       long dead print script.
+
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/i386/cpu.c:1.48 rtems/cpukit/score/cpu/i386/cpu.c:1.49
--- rtems/cpukit/score/cpu/i386/cpu.c:1.48      Mon Apr 11 12:23:06 2011
+++ rtems/cpukit/score/cpu/i386/cpu.c   Sun Jul 24 17:49:53 2011
</font><font color='#997700'>@@ -93,8 +93,7 @@
</font> #endif
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_Get_level
  */
 

<font color='#006600'>diff -u rtems/cpukit/score/cpu/i386/cpu_asm.S:1.12 rtems/cpukit/score/cpu/i386/cpu_asm.S:1.13
--- rtems/cpukit/score/cpu/i386/cpu_asm.S:1.12  Tue Jun 15 11:25:16 2010
+++ rtems/cpukit/score/cpu/i386/cpu_asm.S       Sun Jul 24 17:49:53 2011
</font><font color='#997700'>@@ -90,8 +90,7 @@
</font>         movl      NEWCONTEXT_ARG(esp),eax  /* eax = running threads context */
         jmp       restore
 
<font color='#880000'>-/*PAGE
- *  void _CPU_Context_save_fp_context( &fp_context_ptr )
</font><font color='#000088'>+/*void _CPU_Context_save_fp_context( &fp_context_ptr )
</font>  *  void _CPU_Context_restore_fp_context( &fp_context_ptr )
  *
  *  This section is used to context switch an i80287, i80387,

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m68k/ChangeLog:1.127 rtems/cpukit/score/cpu/m68k/ChangeLog:1.128
--- rtems/cpukit/score/cpu/m68k/ChangeLog:1.127 Tue May 17 10:40:03 2011
+++ rtems/cpukit/score/cpu/m68k/ChangeLog       Sun Jul 24 17:51:36 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-24    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a
+       long dead print script.
+
</font> 2011-05-17        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m68k/cpu.c:1.36 rtems/cpukit/score/cpu/m68k/cpu.c:1.37
--- rtems/cpukit/score/cpu/m68k/cpu.c:1.36      Fri Feb 11 03:22:30 2011
+++ rtems/cpukit/score/cpu/m68k/cpu.c   Sun Jul 24 17:51:36 2011
</font><font color='#997700'>@@ -49,8 +49,7 @@
</font> #endif /* M68K_HAS_VBR */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_Get_level
  */
 
<font color='#997700'>@@ -63,8 +62,7 @@
</font>   return level;
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_raw_handler
  */
 
<font color='#997700'>@@ -115,8 +113,7 @@
</font> #endif /* M68K_HAS_VBR */
 }
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_ISR_install_vector
  *
  *  This kernel routine installs the RTEMS handler for the
<font color='#997700'>@@ -146,8 +143,7 @@
</font> }
 
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  _CPU_Install_interrupt_stack
  */
 
<font color='#997700'>@@ -184,8 +180,7 @@
</font> };
 #endif
 
<font color='#880000'>-/*PAGE
- *
</font><font color='#000088'>+/*
</font>  *  The following code context switches the software FPU emulation
  *  code provided with GCC.
  */

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m68k/cpu_asm.S:1.19 rtems/cpukit/score/cpu/m68k/cpu_asm.S:1.20
--- rtems/cpukit/score/cpu/m68k/cpu_asm.S:1.19  Mon Jun 28 19:31:18 2010
+++ rtems/cpukit/score/cpu/m68k/cpu_asm.S       Sun Jul 24 17:51:36 2011
</font><font color='#997700'>@@ -216,8 +216,7 @@
</font>         rts
 #endif
 
<font color='#880000'>-/*PAGE
- *  void _ISR_Handler()
</font><font color='#000088'>+/*void _ISR_Handler()
</font>  *
  *  This routine provides the RTEMS interrupt management.
  *
<font color='#997700'>@@ -352,8 +351,7 @@
</font>         rte                              | return to thread
                                          |   OR _Isr_dispatch
 
<font color='#880000'>-/*PAGE
- *  void _ISR_Dispatch()
</font><font color='#000088'>+/*void _ISR_Dispatch()
</font>  *
  *  Entry point from the outermost interrupt service routine exit.
  *  The current stack is the supervisor mode stack if this processor
</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>