summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/bfin/ChangeLog5
-rw-r--r--cpukit/score/cpu/bfin/cpu.c12
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog5
-rw-r--r--cpukit/score/cpu/h8300/cpu.c15
-rw-r--r--cpukit/score/cpu/lm32/ChangeLog5
-rw-r--r--cpukit/score/cpu/lm32/cpu.c15
-rw-r--r--cpukit/score/cpu/m32c/ChangeLog5
-rw-r--r--cpukit/score/cpu/m32c/cpu.c12
-rw-r--r--cpukit/score/cpu/m32r/ChangeLog5
-rw-r--r--cpukit/score/cpu/m32r/cpu.c9
10 files changed, 46 insertions, 42 deletions
diff --git a/cpukit/score/cpu/bfin/ChangeLog b/cpukit/score/cpu/bfin/ChangeLog
index 4b6e9529d7..9b92f444fb 100644
--- a/cpukit/score/cpu/bfin/ChangeLog
+++ b/cpukit/score/cpu/bfin/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+ print script.
+
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.
diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c
index f342e75e44..0e2977f5ef 100644
--- a/cpukit/score/cpu/bfin/cpu.c
+++ b/cpukit/score/cpu/bfin/cpu.c
@@ -75,8 +75,7 @@ void _CPU_Initialize(void)
-/*PAGE
- *
+/*
* _CPU_ISR_Get_level
*
* NO_CPU Specific Information:
@@ -99,8 +98,7 @@ uint32_t _CPU_ISR_Get_level( void )
return (_tmpimask & 0xffe0) ? 0 : 1;
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -128,8 +126,7 @@ void _CPU_ISR_install_raw_handler(
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -200,8 +197,7 @@ void _CPU_Context_Initialize(
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information:
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index 829bcdd99d..4130cfd859 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+ print script.
+
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.
diff --git a/cpukit/score/cpu/h8300/cpu.c b/cpukit/score/cpu/h8300/cpu.c
index 1c82ee4880..208001f83d 100644
--- a/cpukit/score/cpu/h8300/cpu.c
+++ b/cpukit/score/cpu/h8300/cpu.c
@@ -39,8 +39,7 @@ void _CPU_Initialize(void)
/* FP context initialization support goes here */
}
-/*PAGE
- *
+/*
* _CPU_ISR_Get_level
*
* This routine returns the current interrupt level.
@@ -61,8 +60,7 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*/
@@ -80,8 +78,7 @@ void _CPU_ISR_install_raw_handler(
H8BD_Install_IRQ(vector,new_handler,old_handler);
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -120,8 +117,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*/
@@ -129,8 +125,7 @@ void _CPU_Install_interrupt_stack( void )
{
}
-/*PAGE
- *
+/*
* _CPU_Thread_Idle_body
*
* NOTES:
diff --git a/cpukit/score/cpu/lm32/ChangeLog b/cpukit/score/cpu/lm32/ChangeLog
index ae74d4b8cf..0d8c219fcf 100644
--- a/cpukit/score/cpu/lm32/ChangeLog
+++ b/cpukit/score/cpu/lm32/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+ print script.
+
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.
diff --git a/cpukit/score/cpu/lm32/cpu.c b/cpukit/score/cpu/lm32/cpu.c
index 1b90d2f561..0f7641d3e0 100644
--- a/cpukit/score/cpu/lm32/cpu.c
+++ b/cpukit/score/cpu/lm32/cpu.c
@@ -46,8 +46,7 @@ void _CPU_Initialize(void)
/* FP context initialization support goes here */
}
-/*PAGE
- *
+/*
* _CPU_ISR_Get_level
*
* LM32 Specific Information:
@@ -64,8 +63,7 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*
* LM32 Specific Information:
@@ -85,8 +83,7 @@ void _CPU_ISR_install_raw_handler(
*/
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -129,8 +126,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*
* LM32 Specific Information:
@@ -142,8 +138,7 @@ void _CPU_Install_interrupt_stack( void )
{
}
-/*PAGE
- *
+/*
* _CPU_Thread_Idle_body
*
* NOTES:
diff --git a/cpukit/score/cpu/m32c/ChangeLog b/cpukit/score/cpu/m32c/ChangeLog
index 6abb981fd0..d2c6da0299 100644
--- a/cpukit/score/cpu/m32c/ChangeLog
+++ b/cpukit/score/cpu/m32c/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+ print script.
+
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.
diff --git a/cpukit/score/cpu/m32c/cpu.c b/cpukit/score/cpu/m32c/cpu.c
index b5cb491a4b..8107ead13b 100644
--- a/cpukit/score/cpu/m32c/cpu.c
+++ b/cpukit/score/cpu/m32c/cpu.c
@@ -53,8 +53,7 @@ uint32_t _CPU_ISR_Get_level( void )
return ((flag & 0x40) ? 0 : 1);
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -79,8 +78,7 @@ void _CPU_ISR_install_raw_handler(
#endif
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -123,8 +121,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information:
@@ -136,8 +133,7 @@ void _CPU_Install_interrupt_stack( void )
{
}
-/*PAGE
- *
+/*
* _CPU_Thread_Idle_body
*
* NOTES:
diff --git a/cpukit/score/cpu/m32r/ChangeLog b/cpukit/score/cpu/m32r/ChangeLog
index 7329d599b8..5ab0a8322d 100644
--- a/cpukit/score/cpu/m32r/ChangeLog
+++ b/cpukit/score/cpu/m32r/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
+ print script.
+
2011-05-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.
diff --git a/cpukit/score/cpu/m32r/cpu.c b/cpukit/score/cpu/m32r/cpu.c
index a518005ff3..a5ec2854d6 100644
--- a/cpukit/score/cpu/m32r/cpu.c
+++ b/cpukit/score/cpu/m32r/cpu.c
@@ -46,8 +46,7 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -68,8 +67,7 @@ void _CPU_ISR_install_raw_handler(
/* _set_var_vect(new_handler,vector); */
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -112,8 +110,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information: