[rtems commit] mips: Remove use of proc_ptr

Sebastian Huber sebh at rtems.org
Mon Nov 12 14:42:33 UTC 2018


Module:    rtems
Branch:    master
Commit:    b6be8f33a0eb6c85627c315039271adc67ef66d2
Changeset: http://git.rtems.org/rtems/commit/?id=b6be8f33a0eb6c85627c315039271adc67ef66d2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov  8 15:34:59 2018 +0100

mips: Remove use of proc_ptr

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 fbb519e..6818fb4 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 );
 
 /*




More information about the vc mailing list