summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-24 22:51:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-24 22:51:36 +0000
commit3dc9afb6298f103c3591c203a47e80a4d2339721 (patch)
tree30ec6b2bcf88c6f46ba402dab2035b69c3f34ba9 /cpukit
parent2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3dc9afb6298f103c3591c203a47e80a4d2339721.tar.bz2
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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/i386/ChangeLog5
-rw-r--r--cpukit/score/cpu/i386/cpu.c3
-rw-r--r--cpukit/score/cpu/i386/cpu_asm.S3
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog5
-rw-r--r--cpukit/score/cpu/m68k/cpu.c15
-rw-r--r--cpukit/score/cpu/m68k/cpu_asm.S6
6 files changed, 19 insertions, 18 deletions
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index 623a8eb5b9..4e76137231 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.
diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index f2fcacf2f9..36e8bf4267 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -93,8 +93,7 @@ void _CPU_Initialize(void)
#endif
}
-/*PAGE
- *
+/*
* _CPU_ISR_Get_level
*/
diff --git a/cpukit/score/cpu/i386/cpu_asm.S b/cpukit/score/cpu/i386/cpu_asm.S
index 418d2bf787..5f64328c83 100644
--- a/cpukit/score/cpu/i386/cpu_asm.S
+++ b/cpukit/score/cpu/i386/cpu_asm.S
@@ -90,8 +90,7 @@ SYM (_CPU_Context_restore):
movl NEWCONTEXT_ARG(esp),eax /* eax = running threads context */
jmp restore
-/*PAGE
- * void _CPU_Context_save_fp_context( &fp_context_ptr )
+/*void _CPU_Context_save_fp_context( &fp_context_ptr )
* void _CPU_Context_restore_fp_context( &fp_context_ptr )
*
* This section is used to context switch an i80287, i80387,
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index d717f593e0..e41abf5beb 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2011-05-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Reformat.
diff --git a/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c
index 036ca64ea2..2970d63eaa 100644
--- a/cpukit/score/cpu/m68k/cpu.c
+++ b/cpukit/score/cpu/m68k/cpu.c
@@ -49,8 +49,7 @@ void _CPU_Initialize(void)
#endif /* M68K_HAS_VBR */
}
-/*PAGE
- *
+/*
* _CPU_ISR_Get_level
*/
@@ -63,8 +62,7 @@ uint32_t _CPU_ISR_Get_level( void )
return level;
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*/
@@ -115,8 +113,7 @@ void _CPU_ISR_install_raw_handler(
#endif /* M68K_HAS_VBR */
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -146,8 +143,7 @@ void _CPU_ISR_install_vector(
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*/
@@ -184,8 +180,7 @@ const unsigned char _CPU_m68k_BFFFO_table[256] = {
};
#endif
-/*PAGE
- *
+/*
* The following code context switches the software FPU emulation
* code provided with GCC.
*/
diff --git a/cpukit/score/cpu/m68k/cpu_asm.S b/cpukit/score/cpu/m68k/cpu_asm.S
index afc6ad2878..63b88ea19a 100644
--- a/cpukit/score/cpu/m68k/cpu_asm.S
+++ b/cpukit/score/cpu/m68k/cpu_asm.S
@@ -216,8 +216,7 @@ norst:
rts
#endif
-/*PAGE
- * void _ISR_Handler()
+/*void _ISR_Handler()
*
* This routine provides the RTEMS interrupt management.
*
@@ -352,8 +351,7 @@ exit: moveml a7@,d0-d1/a0-a1 | restore d0-d1,a0-a1
rte | return to thread
| OR _Isr_dispatch
-/*PAGE
- * void _ISR_Dispatch()
+/*void _ISR_Dispatch()
*
* Entry point from the outermost interrupt service routine exit.
* The current stack is the supervisor mode stack if this processor