From 3dc9afb6298f103c3591c203a47e80a4d2339721 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 24 Jul 2011 22:51:36 +0000 Subject: 2011-07-24 Joel Sherrill * cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a long dead print script. --- cpukit/score/cpu/i386/cpu_asm.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/score/cpu/i386/cpu_asm.S') 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, -- cgit v1.2.3