summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/startup/setvec.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/startup/setvec.c')
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/setvec.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/unix/posix/startup/setvec.c b/c/src/lib/libbsp/unix/posix/startup/setvec.c
index 6be1e50555..9825faa19b 100644
--- a/c/src/lib/libbsp/unix/posix/startup/setvec.c
+++ b/c/src/lib/libbsp/unix/posix/startup/setvec.c
@@ -8,8 +8,6 @@
* type - 0 indicates raw hardware connect
* 1 indicates RTEMS interrupt connect
*
- * NOTE 'type' is ignored on hppa; all interrupts are owned by RTEMS
- *
* RETURNS:
* address of previous interrupt handler
*
@@ -26,16 +24,6 @@
#include <bsp.h>
-/*
- * Install an interrupt handler in the right place
- * given its vector number from cpu/hppa.h
- * There are 2 places an interrupt can be installed
- * _ISR_Vector_table
- * bsp interrupt XXX: nyi
- *
- * We decide which based on the vector number
- */
-
rtems_isr_entry
set_vector( /* returns old vector */
rtems_isr_entry handler, /* isr routine */