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/ChangeLog | 5 +++++ cpukit/score/cpu/i386/cpu.c | 3 +-- cpukit/score/cpu/i386/cpu_asm.S | 3 +-- cpukit/score/cpu/m68k/ChangeLog | 5 +++++ cpukit/score/cpu/m68k/cpu.c | 15 +++++---------- cpukit/score/cpu/m68k/cpu_asm.S | 6 ++---- 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 + + * cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a + long dead print script. + 2011-05-18 Ralf Corsépius * 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 + + * cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a + long dead print script. + 2011-05-17 Ralf Corsépius * 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 -- cgit v1.2.3