From ce02cc06ccd33d37fd3418ee3304976112d11613 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 24 Jul 2011 22:51:09 +0000 Subject: 2011-07-24 Joel Sherrill * cpu.c: Remove /*PAGE markers which were interpreted by a long dead print script. --- cpukit/score/cpu/h8300/cpu.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'cpukit/score/cpu/h8300/cpu.c') diff --git a/cpukit/score/cpu/h8300/cpu.c b/cpukit/score/cpu/h8300/cpu.c index 1c82ee4880..208001f83d 100644 --- a/cpukit/score/cpu/h8300/cpu.c +++ b/cpukit/score/cpu/h8300/cpu.c @@ -39,8 +39,7 @@ void _CPU_Initialize(void) /* FP context initialization support goes here */ } -/*PAGE - * +/* * _CPU_ISR_Get_level * * This routine returns the current interrupt level. @@ -61,8 +60,7 @@ uint32_t _CPU_ISR_Get_level( void ) return 0; } -/*PAGE - * +/* * _CPU_ISR_install_raw_handler */ @@ -80,8 +78,7 @@ void _CPU_ISR_install_raw_handler( H8BD_Install_IRQ(vector,new_handler,old_handler); } -/*PAGE - * +/* * _CPU_ISR_install_vector * * This kernel routine installs the RTEMS handler for the @@ -120,8 +117,7 @@ void _CPU_ISR_install_vector( _ISR_Vector_table[ vector ] = new_handler; } -/*PAGE - * +/* * _CPU_Install_interrupt_stack */ @@ -129,8 +125,7 @@ void _CPU_Install_interrupt_stack( void ) { } -/*PAGE - * +/* * _CPU_Thread_Idle_body * * NOTES: -- cgit v1.2.3