summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m32c/cpu.c')
-rw-r--r--cpukit/score/cpu/m32c/cpu.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/cpukit/score/cpu/m32c/cpu.c b/cpukit/score/cpu/m32c/cpu.c
index b5cb491a4b..8107ead13b 100644
--- a/cpukit/score/cpu/m32c/cpu.c
+++ b/cpukit/score/cpu/m32c/cpu.c
@@ -53,8 +53,7 @@ uint32_t _CPU_ISR_Get_level( void )
return ((flag & 0x40) ? 0 : 1);
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -79,8 +78,7 @@ void _CPU_ISR_install_raw_handler(
#endif
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -123,8 +121,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information:
@@ -136,8 +133,7 @@ void _CPU_Install_interrupt_stack( void )
{
}
-/*PAGE
- *
+/*
* _CPU_Thread_Idle_body
*
* NOTES: