Changeset fbe058f in mainline for arch/mips32/src/interrupt.c
- Timestamp:
- 2005-12-12T17:40:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ed8b3a
- Parents:
- e07fe0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/interrupt.c
re07fe0c rfbe058f 94 94 void interrupt_init(void) 95 95 { 96 int i;97 98 96 int_register(TIMER_IRQ, "timer", timer_exception); 99 97 int_register(0, "swint0", swint0);
Note:
See TracChangeset
for help on using the changeset viewer.