Changeset 7afe5a2 in rtems for c/src/lib/libcpu/arm/s3c2400
- Timestamp:
- Jun 3, 2006, 3:14:07 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bc19e2a
- Parents:
- ada5201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/arm/s3c2400/irq/bsp_irq_init.c
rada5201 r7afe5a2 21 21 void BSP_rtems_irq_mngt_init() 22 22 { 23 long *vectorTable; 24 int i; 25 26 vectorTable = (long *) VECTOR_TABLE; 27 28 /* Initialize the vector table contents with default handler */ 29 for (i=0; i<BSP_MAX_INT; i++) { 30 *(vectorTable + i) = (long)(default_int_handler); 31 } 32 23 33 /* 24 34 * Here is the code to initialize the INT for
Note: See TracChangeset
for help on using the changeset viewer.