summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/mips/cpu.c')
-rw-r--r--cpukit/score/cpu/mips/cpu.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index e547e4d684..c4b8dce4a7 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -91,8 +91,7 @@ void _CPU_Initialize(void)
#endif
}
-/*PAGE
- *
+/*
* _CPU_ISR_Get_level
*
* This routine returns the current interrupt level.
@@ -173,8 +172,7 @@ void _CPU_ISR_Set_level( uint32_t new_level )
-/*PAGE
- *
+/*
* _CPU_ISR_install_raw_handler
*
* Input parameters:
@@ -201,8 +199,7 @@ void _CPU_ISR_install_raw_handler(
*/
}
-/*PAGE
- *
+/*
* _CPU_ISR_install_vector
*
* This kernel routine installs the RTEMS handler for the
@@ -241,8 +238,7 @@ void _CPU_ISR_install_vector(
_ISR_Vector_table[ vector ] = new_handler;
}
-/*PAGE
- *
+/*
* _CPU_Install_interrupt_stack
*/
@@ -294,8 +290,7 @@ void _CPU_Context_Initialize(
}
-/*PAGE
- *
+/*
* _CPU_Internal_threads_Idle_thread_body
*
* NOTES: