summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/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/i386/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 'cpukit/score/cpu/i386/cpu_asm.S')
-rw-r--r--cpukit/score/cpu/i386/cpu_asm.S3
1 files changed, 1 insertions, 2 deletions
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,