[PATCH 11/19] mips: Remove use of proc_ptr
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Nov 9 12:49:03 UTC 2018
Update #3585.
---
cpukit/score/cpu/mips/include/rtems/score/cpu.h | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/cpukit/score/cpu/mips/include/rtems/score/cpu.h b/cpukit/score/cpu/mips/include/rtems/score/cpu.h
index fbb519ed1d..6818fb49ec 100644
--- a/cpukit/score/cpu/mips/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/include/rtems/score/cpu.h
@@ -753,31 +753,6 @@ extern void mips_break( int error );
void _CPU_Initialize(void);
-/*
- * _CPU_ISR_install_raw_handler
- *
- * This routine installs a "raw" interrupt handler directly into the
- * processor's vector table.
- */
-
-void _CPU_ISR_install_raw_handler(
- uint32_t vector,
- proc_ptr new_handler,
- proc_ptr *old_handler
-);
-
-/*
- * _CPU_ISR_install_vector
- *
- * This routine installs an interrupt vector.
- */
-
-void _CPU_ISR_install_vector(
- uint32_t vector,
- proc_ptr new_handler,
- proc_ptr *old_handler
-);
-
void *_CPU_Thread_Idle_body( uintptr_t ignored );
/*
--
2.16.4
More information about the devel
mailing list