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/bfin/cpu.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'cpukit/score/cpu/bfin/cpu.c') diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c index f342e75e44..0e2977f5ef 100644 --- a/cpukit/score/cpu/bfin/cpu.c +++ b/cpukit/score/cpu/bfin/cpu.c @@ -75,8 +75,7 @@ void _CPU_Initialize(void) -/*PAGE - * +/* * _CPU_ISR_Get_level * * NO_CPU Specific Information: @@ -99,8 +98,7 @@ uint32_t _CPU_ISR_Get_level( void ) return (_tmpimask & 0xffe0) ? 0 : 1; } -/*PAGE - * +/* * _CPU_ISR_install_raw_handler * * NO_CPU Specific Information: @@ -128,8 +126,7 @@ void _CPU_ISR_install_raw_handler( } -/*PAGE - * +/* * _CPU_ISR_install_vector * * This kernel routine installs the RTEMS handler for the @@ -200,8 +197,7 @@ void _CPU_Context_Initialize( -/*PAGE - * +/* * _CPU_Install_interrupt_stack * * NO_CPU Specific Information: -- cgit v1.2.3