Changeset 214ec25c in mainline for kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
- Timestamp:
- 2010-06-11T16:07:21Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b584cd4
- Parents:
- b3b7e14a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
rb3b7e14a r214ec25c 242 242 * @param istate Saved processor state. 243 243 */ 244 void icp_irq_exception( int exc_no, istate_t *istate)244 void icp_irq_exception(unsigned int exc_no, istate_t *istate) 245 245 { 246 246 uint32_t sources = icp_irqc_get_sources(); 247 int i;247 unsigned int i; 248 248 249 249 for (i = 0; i < ICP_IRQC_MAX_IRQ; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.