summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/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/mips/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/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: