Changeset 11290355 in rtems for c/src/lib/libbsp/unix/posix/startup
- Timestamp:
- 09/29/95 17:19:16 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1ceface
- Parents:
- 1039ae4
- Location:
- c/src/lib/libbsp/unix/posix/startup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/startup/bspstart.c
r1039ae4 r11290355 196 196 rtems_fatal_error_occurred('STIO'); 197 197 #endif 198 199 #if defined(MALLOC_STATS) 200 atexit(malloc_dump); 201 #endif 202 198 203 } 199 204 -
c/src/lib/libbsp/unix/posix/startup/setvec.c
r1039ae4 r11290355 8 8 * type - 0 indicates raw hardware connect 9 9 * 1 indicates RTEMS interrupt connect 10 *11 * NOTE 'type' is ignored on hppa; all interrupts are owned by RTEMS12 10 * 13 11 * RETURNS: … … 26 24 27 25 #include <bsp.h> 28 29 /*30 * Install an interrupt handler in the right place31 * given its vector number from cpu/hppa.h32 * There are 2 places an interrupt can be installed33 * _ISR_Vector_table34 * bsp interrupt XXX: nyi35 *36 * We decide which based on the vector number37 */38 26 39 27 rtems_isr_entry
Note: See TracChangeset
for help on using the changeset viewer.