Changeset 646b996 in mainline for kernel/arch/arm32/src/interrupt.c
- Timestamp:
- 2009-07-30T15:58:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30885b9
- Parents:
- 76093ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/interrupt.c
r76093ae r646b996 36 36 #include <arch/asm.h> 37 37 #include <arch/regutils.h> 38 #include <arch/machine.h>39 38 #include <ddi/irq.h> 40 39 #include <ddi/device.h> 41 40 #include <interrupt.h> 41 42 #ifdef MACHINE_testarm 43 #include <arch/mach/testarm/testarm.h> 44 #endif 45 46 #ifdef MACHINE_integratorcp 47 #include <arch/mach/integratorcp/integratorcp.h> 48 #endif 42 49 43 50 /** Initial size of a table holding interrupt handlers. */ … … 97 104 irq_init(IRQ_COUNT, IRQ_COUNT); 98 105 machine_timer_irq_start(); 99 100 106 } 101 107
Note:
See TracChangeset
for help on using the changeset viewer.