summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-24 23:43:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-24 23:43:20 +0000
commit7c2f2448499f1ad342a56ecf1b778f9a290f80fd (patch)
treed5631c305e97205ead63915f7bc07fb2d5cd8cda /cpukit/score/cpu/sh/cpu.c
parent2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7c2f2448499f1ad342a56ecf1b778f9a290f80fd.tar.bz2
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead print script.
Diffstat (limited to 'cpukit/score/cpu/sh/cpu.c')
-rw-r--r--cpukit/score/cpu/sh/cpu.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c
index f6f85e3c4c..9d6e48d315 100644
--- a/cpukit/score/cpu/sh/cpu.c
+++ b/cpukit/score/cpu/sh/cpu.c
@@ -71,8 +71,7 @@ void _CPU_Initialize(void)
_CPU_ISR_Set_level( level ) ;
}
-/*PAGE
- *
+/*
* _CPU_ISR_Get_level
*/
@@ -89,8 +88,7 @@ uint32_t _CPU_ISR_Get_level( void )
return ( _mask);
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*/
@@ -124,8 +122,7 @@ void _CPU_ISR_install_raw_handler(
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -168,8 +165,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Thread_Idle_body
*
* NOTES: