summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/cpu.c
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/score/cpu/m68k/cpu.c
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 '')
-rw-r--r--cpukit/score/cpu/m68k/cpu.c15
1 files changed, 5 insertions, 10 deletions
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.
*/