summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32r/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m32r/cpu.c')
-rw-r--r--cpukit/score/cpu/m32r/cpu.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpukit/score/cpu/m32r/cpu.c b/cpukit/score/cpu/m32r/cpu.c
index a518005ff3..a5ec2854d6 100644
--- a/cpukit/score/cpu/m32r/cpu.c
+++ b/cpukit/score/cpu/m32r/cpu.c
@@ -46,8 +46,7 @@ uint32_t _CPU_ISR_Get_level( void )
return 0;
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*
* NO_CPU Specific Information:
@@ -68,8 +67,7 @@ void _CPU_ISR_install_raw_handler(
/* _set_var_vect(new_handler,vector); */
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -112,8 +110,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*
* NO_CPU Specific Information: