summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/cpu.c
diff options
context:
space:
mode:
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: