summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/cpu_asm.S
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_asm.S
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_asm.S6
1 files changed, 2 insertions, 4 deletions
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